Remove the rollover effect (dark box 3 dots) in blog thumbnails
-
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.
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.
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.
The topic ‘Remove the rollover effect (dark box 3 dots) in blog thumbnails’ is closed to new replies.