Twenty Twelve Footer
-
I would like to decrease the size of the font, and change its color to black, for the text in the footer area (the twenty twelve theme link, etc.). I would like this to be reflected on all of the blog’s pages, like it is shown here on my other blog (see here: http://elainemnelson.com/).
Any assistance you can provide would be great. Thank you!
The blog I need help with is: (visible only to logged in users)
-
Here is an example to get you started. It will center the footer text, turn the link color to black, and reduce the font size to 80% of what it was in the Twenty Twelve theme. Add the example to your Appearance > Customize > CSS editor:
footer[role="contentinfo"] { text-align: center; font-size: 80%; } footer[role="contentinfo"] a { color: #000; }You should be able to adjust the values such as the 80% to make further changes.
-
-
- The topic ‘Twenty Twelve Footer’ is closed to new replies.