Hi,
As you can see below the videos on the Portfolio grid it’s white and the title text is also white so you can’t see it.
1. What code shall I add in order for the background under the video to be black?
2. If I want the title to be bigger (when I can see it) what code shall I add?
Best regards
Charlotte
Hey Charlotte,
Thank you for using Enfold.
Are you referring to the masonry element? You can use this css code to add an overlay beneath the title.
.responsive #top .av-inner-masonry-content {
background: rgba(0,0,0,.5) !important;
}
And use this css code to increase the font size:
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
font-size: 2em;
}
Best regards,
Ismael
Thanks. It has been solved.
Charlotte