Lodestar Theme
-
Help please – I want to change the font size on the home page (About) so that it is smaller – can anyone help me out with the CSS code please? many thanks Denika
The blog I need help with is: (visible only to logged in users)
-
Hi,
Use thefont-sizeCSS property to change the font size.
Example:body { font-size: 12px; }or
.about { font-size: 10px; }In the above example body and .about are the CSS selectors and font-size is the CSS property which can be set to any size you want.
Read more about it here: https://www.w3schools.com/cssref/pr_font_font-size.asp
Hope it helps :)
- The topic ‘Lodestar Theme’ is closed to new replies.