Adding text to footer
-
As a retired IT professional, but a complete novice at css, I managed to build my own design based on sandbox-10 and the Diurnal script. I found this post which appeared to give a means of adding text to the footer, but, try as I might, I can’t get it to work.
Am I doing something wrong? This is the code I added / changed:
#footer { background:#f0f0f0 url('http://ntutest.files.wordpress.com/2007/10/greybk.png') repeat-x; text-align:left; border-top:#ccc 1px solid; padding:10px 0 0 10%; } #footer p:after { content:" ~ using Diurnal, further styled by Big Dave"; }The blog I an working on is a test blog which contains a partial copy of my main blog.
The blog I need help with is: (visible only to logged in users)
-
-
Finally worked it out!
#theme-link a:after { content:" + Diurnal ~ styled by Big Dave"; }
- The topic ‘Adding text to footer’ is closed to new replies.