Home Forums WoodMart support forum Move Wishlist Item to the right side of "Add to Cart" button on product page

Move Wishlist Item to the right side of "Add to Cart" button on product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #176957

    TUMBEE
    Participant

    Hi,
    I want to move the Wish List Icon to the right hadn corner of the ‘Add to cart” button on the product page. Just the eay it is when you activate floating add to cart. Please see attached image

    Attachments:
    You must be logged in to view attached files.
    #177055

    Hello,

    HTML structure does not allow solving it by custom CSS. Such modification requires complicated Woocommerce code customization which is not covered by our support.

    Best Regards

    #177183

    TUMBEE
    Participant

    H1,
    Thank you for your reply.

    That’s fine. I’ll make the changes later. Is there a way I can hide the text Add to Wish list and also increase the size of the Love Icon?

    #177204

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single .summary-inner > .wd-action-btn.woodmart-wishlist-btn a{
    font-size:0;
    }
    body.single .summary-inner > .wd-action-btn.woodmart-wishlist-btn a:before,
    body.single .summary-inner > .wd-action-btn.woodmart-wishlist-btn a:after{
    font-size:24px!important;
    }

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)