adjusting footer text colour
-
Hi there,
I’d like to adjust the footer text colour and hover colour in my Truly Minimal theme please. I’m fully aware of the rules about not making it disappear, I’d just like it to be grey like the other text on my site.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Ah, I should probably say that it’s the link colours and link hover colours throughout the whole site…
But is there a way to differentiate the link colours in the footer at all, like I managed to for the menu text?
Thanks!
-
Hello,
Link color for the whole site will be:
a { color: #ff0000; } a:visited { color: #00ff00; } a:hover { color: #ff00ff; }You will want to change those colors yourself, of course. For the footer links:
.site-info a { color: #ff0000; } .site-info a:visited { color: #00ff00; } .site-info a:hover { color: #ff00ff; } -
-
- The topic ‘adjusting footer text colour’ is closed to new replies.