Hi Enfold,
How can i change the layover colour of the masonary gallery caption on hover? I would like it to be blue with less transparency so that people can actually read the text?
Hey craig_corfield,
You can add this code at Enfold Theme Options > General Styling > Quick CSS
#top .avia-button-fullwidth:hover {
background: #YOURCOLOR !important;
}
Best regards,
John Torvik
Hi John,
unfortunately that didnt work. When i inspect the element it returns the following:
<div class=”av-masonry-outerimage-container”><div class=”av-masonry-image-container” style=”background-image: url(https://www.multi.co.za/wp-content/uploads/2017/02/3CX-Gold-Partner.jpg);”></div></div>
I would like that hover background colour to be blue. Its not a button but the masonry element.
Thank you
Hi,
Thank you for the info. Please use the following css code to adjust the overlay color.
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(0,32,147,0.35);
}
Best regards,
Ismael
Hi Ismael,
Perfect, Since updating for some reason all the overlay text no longer displays. It seems to cut it off just short. Should i just shorten the overlay text or can it be corrected?
Craig
Hi,
Can you please clear your cache and check again, letting us know what that would bring?
Thank you
Best regards,
Basilis