Footer
-
Hi, great one having a wordpress logo on the footer.
However i need support in customizing the footer note. I want to have a copyright notice on the footer. Many thanksfooterThe blog I need help with is: (visible only to logged in users)
-
To add a copyright to the footer, add the following to your custom CSS and edit the content text string as desired.
.site-info:before { content: "Copyright © 2017"; display: block; }
- The topic ‘Footer’ is closed to new replies.