TwentyTwelve – how can I add custom text to the footer?
-
I would like to add a copyright note to my sites company in the footer. I will of course leave the theme message. I was able to do this in TwentyTen theme.
The blog I need help with is: (visible only to logged in users)
-
To add text to the existing footer credits in the Twenty Twelve theme, add the following CSS to your Appearance > Customize > CSS editor and adjust the text as needed:
.site-info:before { content: "Put your 0A9 copyright text here."; display: block; }You might also like:
-
- The topic ‘TwentyTwelve – how can I add custom text to the footer?’ is closed to new replies.