Tagged: Masonry Gallery
Hi
It looks like Masonry Gallery uses H3 Bold Font
However, that looks too big and chunky for my site
What is the CSS to change the Masonry Gallery Font size and so it’s not bold?
The website is on my Local Host so I can’t give you access.
Cheers Dave
Hey Dave,
Try adding this to quick css:
.av-masonry-entry-title.entry-title{
font-size:10px!important;
font-weight:normal!important;
}
Best regards,
Jordan Shannon