autofocus theme font size adjustment help for pages
-
I would just like to change the font sizes for the text in the posts – heading and content
i cannot seem to find where they are in the CSS code, so need the code to be able to alter this.
thanks
Blog url: http://voyageindesign.wordpress.com/ -
You can choose your Custom Font at Appearance’ -> ‘Custom Design’ -> ‘Fonts’. Please review this guide on how to set the font style and size.
-
Thanks for the information. I do know a little about Custom Fonts, but that’s not actually what I wanted to know.
In the CSS code all I want to do is change the font size of the heading/title of a post, so that when it displays the font size is smaller.
I seem to be able to alter all the other fonts that I want to, but I cannot find the code for that particular one. I just need to know that piece of CSS code.
-
This is the code you need:
.entry-title {
font-size: 50px;
word-wrap: break-word;
}Change the ‘font-size’ to a lower number to display a smaller font size.
-
- The topic ‘autofocus theme font size adjustment help for pages’ is closed to new replies.