Footer background colour (Perle theme)
-
How do I change the background and text colour of the footer?
thanks
The blog I need help with is: (visible only to logged in users)
-
Hi there, change remove the rule you added to do this and add the following instead. It allows you to change the background color and also the text color if you desire.
.site-footer .site-info { background-color:red; } .site-footer .site-info, .site-footer .site-info a { color: #fff } -
-
- The topic ‘Footer background colour (Perle theme)’ is closed to new replies.