Home Forums WoodMart support forum Remove the rollover effect (dark box 3 dots) in blog thumbnails

Remove the rollover effect (dark box 3 dots) in blog thumbnails

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

    santiagosagrado
    Participant

    How to remove the rollover effect (grey box with 3 dots) in all the thumbnails of each post

    I can’t find the option in any tab 🙁

    Thanks in advance

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

    Hello,

    You can use the below CSS code in Theme Settings >> Custom CSS >> Global Custom CSS to remove the hover effect from the blog thumbnails:

    .blog-post-loop:hover .post-img-wrapp a:after {
    opacity:0;
    }
    .post-image-mask{
    display:none;
    }

    Best Regards.

    #155204

    santiagosagrado
    Participant

    Thanks!!!

    #155306

    Most Welcome :-)

    If you do not mind, can you please leave 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 4 posts - 1 through 4 (of 4 total)

The topic ‘Remove the rollover effect (dark box 3 dots) in blog thumbnails’ is closed to new replies.