Hi, how can I increase the font size of the title and excerpt of a masonry gallery element and also add a line with the color #91d7cc between the title and excerpt – https://www.screencast.com/t/gwrT7gF4HQ?
Thanks .
Hey DROR,
you can increase font size by using this code:
.av-masonry-entry-title.entry-title {
font-size: 20px !important;
}
For your red line you need to work with shortcodes or html. Maybe a bottom border could work, refer to: http://www.w3schools.com/cssref/pr_border-bottom.asp
Best regards,
Andy
Thanks Andy. Where do I add the code for border bottom in order for it to show under the masonry gallery title?
Hi,
Please try adding the code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
Best regards,
Vinay
Hi,
Can you also tell how to increase font size of menu on the right. (All/…./…/…)
Thanks.
Hi,
Please add the following CSS:
#top .av-sort-yes-tax .av-sort-by-term {
font-size: 20px;
}
And change 20 with the number you think appropriate.
Best regards,
Basilis
Thanks. It works fine.
Hey bcerin,
I’m glad this was resolved for you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon