Add text to Footer – Syntax Theme
-
Hi I was wondering if someone could tell me how to edit the footer section of the Syntax theme in order to add some text e.g. Copyright disclaimer? I have the Custom CSS upgrade but I’ve looked in several threads and nothing seems to work.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
Add this to your existing CSS, the weird a 9 bit is the copyright character.
.site-info:after { content:"~ a9 Spicy Strawberry 2014."; padding-left:8px; white-space:pre; } -
Fantastic,that worked straight away!
Really appreciate the quick and helpful reply, thank you very much.
-
- The topic ‘Add text to Footer – Syntax Theme’ is closed to new replies.