Tagged: masonry
Hi, I’m simply trying to get the background of the Masonry gallery (av-inner-masonry-content-pos) to change colour on hover. Can you let me know how to do this. I’ve tried various thinks and feel I’m missing something really obvious.
Thanks
Hi tastedesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
figcaption.av-inner-masonry-content.site-background:hover {
background-color: #00b1b0;
}
Cheers!
Yigit
Hey!
You can add following code to Quick CSS to remove border radius
.avia-post-nav .entry-image img { border-radius: 0; }
and this one to remove the image
.avia-post-nav .entry-info span.entry-image { display: none; }
Cheers!
Yigit
Hi!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Best regards,
Yigit