Hi,
I want to display the Black overlay that your demo shows on portfolio 4 columm full width.
Instead of Black, Blue #022266
I do not seem to see any options to change this in the content element options.
Please advise
Hey,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(2,34,102,0.35);
}
Best regards,
Yigit
Hi,
If I want to replace the Black overlay on a Masonry gallery full width is the code still the same as above?
Or (replace Masonry with Masonry gallery)
eg.
#top .av-caption-style-overlay .av-masonry-gallery-item-with-image .av-inner-masonry-content {
background: rgba(2,34,102,0.35);
}
Please conform
Thanks
Marcus
Hi,
The same css should work, it does on my install, if it doesn’t work for you please link to your page so we can check.
Best regards,
Mike
Hi
The actual colour I need is r24g31b53
is the below code correct?
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(24,31,53,0.35);
}