Hi guys! A couple of questions:
– Is there anyway I can get the items within the portfolio to get dark when the mouse hovers? That would be really helpful for the text within the thumbnails to display clearer.
– Also I would like the text box rounded with red color in the pic attached don’t come out when hovering over the thumbnail. Is there anyway to prevent it?
Thank you.
Hey Samuel!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(0,0,0,0.5);
}
2- Please refer to this post – http://kriesi.at/documentation/enfold/remove-image-titles-that-show-up-when-you-hover-on-images/
Regards,
Yigit
Really helpful! Worked like a charm! :)