Hello,
how might I make the font of the page titles a little bit smaller? Here is an example, my client thinks the "About Us" is too big.
Thanks!
Hello,
how might I make the font of the page titles a little bit smaller? Here is an example, my client thinks the "About Us" is too big.
Thanks!
Hi Melissas74,
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .title_container h1 {
font-size: 30px;
color: #555;
}
Adjust the font-size value as needed and I've added the color as well just in case you want to tweak it.
Regards,
Devin
That worked wonderfully, Thanks!
This topic has been closed to new replies.