Tagged: team
Hello I can’t find where I can adjust the font size of my post’s titles. I created a team page using posts and the attached screenshot on this page url shows how large the names are.
Is ther a way you can reduce the font size so that the names are a font size 18 and bold? Here is the link to the site page
Please help
Hey Maggie,
Thank you for the inquiry.
You should be able to adjust the font size in the Enfold > General Styling > Typography tab or in the Enfold > Advanced Styling panel. Edit the h3 element.
Best regards,
Ismael
Hello Ismael,
I made the adjustments but nothing changed. I just want the names to be a Normal Font size 18 and not so large. I want the names on one line and because the names are so large they are showing up on 2 lines. Can you please help me with this.
Thank you
Maggie
Hi,
When I try the the Enfold Theme Options ▸ Advanced Styling ▸ H3 option as Ismael suggested it works correctly:
But if you only want this font change on one page, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top.page-id-30 .slide-entry-wrap h3.slide-entry-title {
font-size: 18px;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike