Home Forums WoodMart support forum Edit user account. Reply To: Edit user account.

#282648

Hello,

1) It seems that you have added the Custom CSS in the Global Custom CSS area that’s why it is affecting the mobile.

Please move the Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

2) Please try adding the following Custom CSS for that.

.wd-buttons.wd-pos-r-t {
    background-color: green;
}

3) Please try adding the following Custom CSS for that.

.single-product .wd-carousel-container .wd-action-btn.wd-wishlist-btn>a:before {
    color: black;
}

Best Regards