Font Color Change – Eighties Theme
-
I’m wondering if someone can help me. I am using the Eighties theme, which I love. I’m brand new to CSS and don’t yet understand how to code what I want.
The headline is white and I like that. I’d like my tag line to be #6EEECB instead of white. Could someone possibly write down what I need to include in the CSS box to make that happen?
Gratefully,
Sarahnicefreshbread.com
The blog I need help with is: (visible only to logged in users)
-
Head to the CSS section of your customiser and paste this code into the box (you can delete the example comments that are there by default):
.wf-active .site-description { color: #6EEECB; }It’s super simple but let me know if you get stuck or want to change any other colours.
-
hallluke –
You are amazing! Thank you :)
I tried to get fancy and change the color of the title, too, but I don’t know what it’s called in CSS. Could you write another code for me?
(I best learn how to do this stuff by myself soon!)
Gratefully,
Sarah -
It’s (a bit unsurprisingly) called site-title but you can’t just edit the first example because it’s also a link, which makes the CSS slightly different. Here’s how you would change the colour:
.wf-active .site-title a { color: #81DBDD; } -
- The topic ‘Font Color Change – Eighties Theme’ is closed to new replies.