css code for my footer menu
-
Hi,
What is the css code that allows me to change my footer title color and the hoover? It has automatically been set as grey, and I would like it to follow my primary location font color.
Thank you.The blog I need help with is: (visible only to logged in users)
-
Hi oibeautiful
This should work for you.
#site-info a { color: #FFFFFF; } #site-info a:hover { color: #FF7F50; }If you want to change the footer background color to match your menu try this.
.site-footer { background-color: #751947; } -
Hi G,
Thank you, it worked for the bottom part that contains “A canard theme blog ” but not the part just above “OiB disclaimer”.
Did I do something wrong? -
No you didn’t do anything wrong. I didn’t realise that you wanted to include that section.
Here we go :)
.footer-navigation, .footer-navigation a { background-color: #751947; color: #FFFFFF; } .footer-navigation a:hover { color: #FF7F50; } -
-
You are welcome.
Thank you for teaching me about Moringa trees. I’m going try and get seedlings for my garden at our farmers market this weekend :)
-
- The topic ‘css code for my footer menu’ is closed to new replies.