This topic has 6 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Amzy Leel
Hello,
1. Could you please let me know how to disable the color mask on the blog image when I put the mouse on the image? http://prntscr.com/gc0mhs
2. Also please me know how to delete [VIEW LARGE] button on the image as wll.
all the best,
Hello,
1. We use default WP functions for blog images, so you can change images size in Settings > Media or use this code in Theme Options > Custom css to disable the mask:
.blog .wp-picture .zoom >i {
background: transparent;
}
2.
.blog .wp-picture .btn_group a:first-child {
display: none;
}
Regards
I put the code #1 on Theme Options > Custom css, but the mask is still there. Please see the url
Hello,
use this code
.blog .wp-picture .zoom >i { background-color: transparent !important; }
1. I put like this http://prntscr.com/gd0nu8 but still not working…
2. Also I want to do the same things for this blog top page as well (see the link below)
Sorry, the code should be as follow.
for page 1:
.single-post .wp-picture .zoom >i { background-color: transparent !important; }
for page 1:
.category-blog .wp-picture .zoom >i { background-color: transparent !important; }
if that does not help let us know your wp-admin login details to check this.
You must be logged in to reply to this topic.Log in/Sign up