Footer colour in Illustratr theme
-
How do I change the colour of the footer on my Illustratr theme blog?
It is sat as a dark grey by default, I’d like to make it a brighter colour.
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Greetings and thanks for posting on the forums.
You can change the colour of the footer on my Illustratr theme blog by adding the following CSS code in your site using CSS editor .
To add this Custom CSS code in your site you’ll need the Custom Design upgrade, which you can purchase in your dashboard under Store.
div.widgets-wrapper { background: #ccc; }If also want to change text color of the footer then use the following code instead of above.
div.widgets-wrapper { background: #ccc; color: #000; } div.widgets-wrapper a { color: #000; }Best Regards,
Vinod Dalvi -
-
- The topic ‘Footer colour in Illustratr theme’ is closed to new replies.