Adding Copyright info into footer
-
Hi again.
Can someone help me add my Copyright info at the bottom of the page in the footer section (near where it describes what theme I’m using on WordPress?)
I don’t like the looks of adding a text widget, so I was wondering if I could add it lower on the page with CSS??The blog I need help with is: (visible only to logged in users)
-
Surely, with the following CSS: :-)
.site-info:before { display:block; content: "© This is my copyright text." }
- The topic ‘Adding Copyright info into footer’ is closed to new replies.