Hi guys,
is there a way to modify background and font size of a title which I centered over my masonry images?
Thanks
Stefan
Hi Stefan,
Please try the following in Quick CSS under Enfold–>General Styling:
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
font-size: 3.5em !important;
background-color: green !important;
}
Regards,
Rikard
Thanks Rikard, perfect!!!
Works well, problem solved!