Hi,
on my page below I have a masonry gallery at the bottom. I was able to change font color and background of the overlay, but not the size via CSS
Actual the CSS entry acc. reads:
/* masonry gallery design */
#top figcaption.av-inner-masonry-content.site-background, #top .av-masonry-entry .avia-arrow{
background-color: #ebebeb;
font-color: #000000;
font-size: 8px !important;
Any idea what I have to change to see the effect of the last CSS part re. font size?
Thx a lot, Tilman
Hey Tilman,
Please try this CSS as well:
.av-masonry h3.av-masonry-entry-title {
font-size: 8px;
}
Best regards,
Rikard
Hey Rikard,
unfortunately no effect – any other idea?
thx again & best regards Tilman
Hi oestersund,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all .av-masonry h3.av-masonry-entry-title {
font-size: 8px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Victoria,
great – this one works :-)
th a lot & bst regards, Tilman
Hi oestersund,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria