• Hello…i need ur help to move the wishlist icon from top of the image product in product loop page, to the bottom…is it possible?
    maybe by using a snippet with the shortcode of wishlist in loop page or with css and default choose “on top of the image”

    • This topic was modified 11 months, 1 week ago by mezilisal.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Pablo Pérez

    (@pperez001)

    Hi

    Our plugin offers different positions for the icon, however if you want to edit the position for “icont on top of the image, you can use custom CSS. For example:

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
        top: 180px !important;
    }

    This code will place it on top of the image but below.

    I hope this can help you.

Viewing 1 replies (of 1 total)
  • The topic ‘Add to wishlist button in bootom of product image’ is closed to new replies.