Change font color of footer buttons
-
I’m brand new and my site is just two days old. I simply need to change the color of the text on a footer buttons. Can someone help me?
The blog I need help with is: (visible only to logged in users)
-
Hi there, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS to allow you to set the color of the buttons in the footer. I’ve used black, like on your subscribe button, but you can make them any color you want by editing the color code.
.site-info a:focus, .footer-widgets a, .footer-widgets a:hover, .footer-widgets a:focus { color: #000000; } -
Thank you so much! Now I can move on and stop obsessing over this little thing.
I’m just so amazed at how far we’ve come with all of this fun website stuff. Really makes it easier for novices like me :)
-
- The topic ‘Change font color of footer buttons’ is closed to new replies.