How can I change the 'recent post' Widget font color using CSS?
-
Hi, my widget has decided to display in purple and it goes against the other font colours in my site, how can I resolve this (is there a CSS code?)
Thanks,
HThe blog I need help with is: (visible only to logged in users)
-
Can you post the link to any of your pages that shows the recent posts widget – I can’t seem to find it anywhere!
-
Sorry, I just want to change the font colour of the Footer Credits (‘Blog at wordpress’) To be white.
Here is my page:
-
No problem! Go to Appearance > Customize > CSS, delete all the filler text and replace it with the code below then hit save.
.site-footer a, .site-footer a:visited, .site-footer a:hover, .site-footer a:focus, .site-footer a:active { color:#eee; }
- The topic ‘How can I change the 'recent post' Widget font color using CSS?’ is closed to new replies.