Home › Forums › WoodMart support forum › Edit user account. › Reply To: Edit user account.
April 14, 2021 at 7:21 am
#282648
Aizaz Imtiaz Awan
Keymaster
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