• Resolved trmkr

    (@trmkr)


    Hello,

    Is it possible to set the position of wishlist icon on product image like product listing?

    Thank you.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @trmkr

    You can use the next custom CSS rules:

    .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-thumbnails-add-to-cart {
        position: absolute;
        bottom: 24px;
        right: 10px;
    }
    
    .tinv-wraper.woocommerce.tinv-wishlist.tinvwl-thumbnails-add-to-cart .tinvwl_add_to_wishlist_button:before {
        margin-right: 0;
        background: #fff;
        color: #000;
        border-radius: 50%;
        padding: 0.2em
    }
    Thread Starter trmkr

    (@trmkr)

    Thank you very much!

    Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Product page wishlist position’ is closed to new replies.