Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Blog
remove image link and lightbox
zoepdx
March 2015
in
Blog
Hi,
I'd like to remove the hover link and lightbox options on the blog featured images. I tried:
.image_wrapper .mask {
display: none;
}
But it didn't work. Any chance you can help with this?
Much Approciated!
Zoe
Comments
Albert
April 2015
Hi Zoe,
if you mean image links that shows on hover, you must use below css to remove them:
.image_frame .image_wrapper .image_links { display: none; }
Thanks!
zoepdx
April 2015
perfect thanks!
Albert
April 2015
You're welcome
Sign In
or
Register
to comment.
Comments
if you mean image links that shows on hover, you must use below css to remove them: Thanks!