Hello
I want to change the size of the post title and date on masonry grid view – have tried some options found in forum but nothing is working.
Same required for portfolio title and excerpt on masonry grid view
Please assist.
Thank you.
Hey digitalalso,
Try adding this code in Quick CSS (located in Enfold > General Styling):
#top #wrap_all .av-masonry h3.av-masonry-entry-title.entry-title {
font-size: 24px;
}
#top #wrap_all .av-masonry span.av-masonry-date {
font-size: 14px;
}
24px is for the title and 14px the date, just change the values as you see fit. Hope this helps :)
Best regards,
Nikko