Font color
-
This may be a really stupid question, but I am completely green to this process of web design. Is there a way to change the font color of a theme you’ve chosen? I am using Gateway on the Premium membership plan, and the white font is not legible on top of the header image.
The blog I need help with is: (visible only to logged in users)
-
Go to My Sites > Customize to reach the Customizer. Click the CSS tab on the left. Enter this code below any code already in the CSS box:
.site-title a, .site-description { color: #000; }In this example, I used a color value of #000, which is black. If you wish to use a different color, you can find the value using colorpicker.com or the Color Picker in the Colors & Backgrounds section of the Customizer.
Once you’ve entered the CSS code, click the Save & Publish button.
If you’re interested in learning more about CSS, see this support page: https://en.support.wordpress.com/custom-design/css-basics/
- The topic ‘Font color’ is closed to new replies.