Home Forums WoodMart support forum Move wishlist button beside the add to cart Reply To: Move wishlist button beside the add to cart

#337748

Hello,

1) Sorry but there is no option in Theme Settings available for that.

2) 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 {
    font-size: 0;
}

.wd-wishlist-btn.wd-action-btn.wd-style-text.wd-wishlist-icon.woodmart-wishlist-btn a::before {
font-size: 15px;
}

Best Regards