Changing font size and color
-
I upgraded to custom, but can’t change text color, font or size in the customization column. How can I do this? My theme is TheStyle! Please help. Thanks.
The blog I need help with is: (visible only to logged in users)
-
Try adding !important attribute like this:
e.g. background: transparent !important;
color: inherit !important; -
Your main text can be modified by pasting this into the text area when you go to Appearance > Customize > CSS:
body { font-size:16px; font-family:courier; color:#f00; }Although you might want to try out the custom fonts rather than using CSS as you will get a wider variety to choose from.
- The topic ‘Changing font size and color’ is closed to new replies.