Hey,
This theme is the best yet!
Im adding some images to my site and linking them to other pages.. Some of the images i link i don’t mind the hover over arrow that shows up, and some images i would like to disable this feature. Any tips?
My site: http://takeholdprinting.com
Hi pc37075!
On which images would you like to hide it?
You can use following code to hide it globally
.image-overlay { display: none!important; }
Regards,
Yigit
i like hiding it for the (free design help, free set up….) image.
but the blog images below i like having it for :)
Hi!
Please try using following code
.avia-builder-el-2 .image-overlay { display: none!important; }
That should do it
Regards,
Yigit
wonderful! thanks so much! :)