Footer text
-
Hello,
I need help to add a custom CSS code to edit the font colour and size of my footer. What code can I use to achieve this?
Thanks.
The blog I need help with is: (visible only to logged in users)
-
I see that http://careercoachdubai.com/ is using the Hemingway Rewritten theme. In that theme, you can adjust the font size and color in the footer by adding the following example to your Appearance > Customize > CSS editor:
.site-info { font-size: 10px; } .site-info, .site-info a { color: #454545; }Adjust the size and color values as needed.
If you are just learning CSS, you might like:
http://www.codecademy.com/courses/web-beginner-en-TlhFi/0/1?curriculum_id=50579fb998b470000202dc8bPlease keep in mind the footer credits should remain visible and clickable.
- The topic ‘Footer text’ is closed to new replies.