Changing color of footer
-
I want to change the color of two areas at the bottom/footer:
1) the outer area at the bottom where it says “older posts”
2) the color of the background where you see “wordpress.com” and social media buttonsThe blog I need help with is: (visible only to logged in users)
-
Hi there,
1) the outer area at the bottom where it says “older posts”
Add this and adjust the color as desired.
#infinite-handle { background-color: #ccff33; }2) the color of the background where you see “wordpress.com” and social media buttons
Add this and adjust the color as desired.
.footer-bottom-info { background-color: #ffcc33; }
- The topic ‘Changing color of footer’ is closed to new replies.