Changing Font Color Usins CSS
-
Hello,
I am very new and have a very basic question. I am using the Gateway Theme and want to change the font of my header image from black to white.
Using the CSS feature, can someone explain for a beginner how to change font color?
also, any recommendations for guides or tutorials for a beginner?
The blog I need help with is: (visible only to logged in users)
-
Hi there, I see this is marked as resolved, but don’t see that you have gotten the color changed. Due to the nature of your header image, this can be a bit challenging, but give the following a try, which sets the color to white and adds a black text shadow to help the text show up against lighter backgrounds.
.site-title a, .site-description { color: #fff; text-shadow: 2px 2px 3px #000; } -
-
- The topic ‘Changing Font Color Usins CSS’ is closed to new replies.