Font color changes
- The topic ‘Font color changes’ is closed to new replies.
Need help? Check out our Support site, then
Hi there.
I need help changing the font color in two places on my blog. One is the “Search” on the search bar in the right sidebar and footer. It’s currently dark grey and I’d prefer for it to be black. The second is the names of the months under “Archives” in the footer, which I’d also like to be black.
The blog I need help with is: https://thenourishcookbook.com/
I know these are really tiny things, but I’m a perfectionist so they matter to me. I hope you can help. Thanks!
The blog I need help with is: (visible only to logged in users)
Hello there,
thank you for using our theme.
Yes, you can add this CSS to change the Search color:
#searchform .submit:hover, #searchform .submit:active, #searchform .submit:hover:after, #searchform .submit:active:after, #searchform .submit, #searchform input[type=text]:focus+.submit:after {
color: #000000;
}
And this one for the Archives:
.widget_archive>ul>li a, .widget_categories>ul>li a, .widget_meta>ul>li a, .widget_recent_entries>ul>li a, #page .widget_goodreads a {
color: #000000;
}
Here you are how to add CSS to WordPress:
https://wordpress.com/support/custom-design/custom-css/
Hope this helps,
thank you again!
Ricardo P.
Thank you so much! Both codes worked great!
Nice you are welcome!