Home Forums WoodMart support forum Whislist button Reply To: Whislist button

#336609

Hello,

Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.wd-wishlist-btn.wd-action-btn.wd-style-text.wd-wishlist-icon.woodmart-wishlist-btn a {
    background-color: #d1c9c9eb;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

Best Regards