Home Forums WoodMart support forum show the whitelist icon on thumbnails without hoverying

show the whitelist icon on thumbnails without hoverying

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #340068

    Shiba
    Participant

    Hi, In order to show the whitelist icon on thumbnails, I have to hover mouse over it. I want to show the icon without hoverying on it, same look as in mobile. Is it posssible?

    #340070

    Shiba
    Participant

    wishlist

    #340138

    Hello,

    Please provide the URL of the website to check it myself and help you out accordingly.

    Best Regards

    #340393

    Shiba
    Participant

    The site is under construction but you can login with this credential

    #340404

    Hello,

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

    .wd-buttons[class*="wd-pos-r"] {
        opacity: 1;
        transform: none;
    }

    Best Regards

    #340410

    Shiba
    Participant

    Thank you. How to make this work for the thumbnails in the shop page and related product as well? This works only for product grids of the wpbakery theme elements.

    #340421

    Hello,

    You are Most Welcome.

    Please replace the previous Custom CSS with the following then check back.

    .product-grid-item .wd-buttons[class*="wd-pos-r"] {
       transform: none !important;
      opacity: 1 !important;
    }

    Best Regards

    #340540

    Shiba
    Participant

    OK!

    #340562

    Hello,

    We are glad that you loved our Theme and Support Staff. We wish you all the best.

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day :-)

    Topic Closed.
    Best Regards.

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

The topic ‘show the whitelist icon on thumbnails without hoverying’ is closed to new replies.