Changing font color
-
Is there a way to change the font color of my header in the Arcade theme?
The blog I need help with is: (visible only to logged in users)
-
You can, but you’ll need the Custom Design upgrade.
Once you have the upgrade you may be able to change it just using the color tools, otherwise you can add the following code to your CSS box:
#site-title a, .fa, #site-description, #more-site{ color: #456236!important; } #more-site{ border: 1px solid; }Note, I picked the color randomly, you’ll obviously want to find a better one. Here’s a good tool for that: http://www.w3schools.com/tags/ref_colorpicker.asp
- The topic ‘Changing font color’ is closed to new replies.