Adding copyright info to footer
- The topic ‘Adding copyright info to footer’ is closed to new replies.
Need help? Check out our Support site, then
Hi, How can I add copyright info to footer?
Also is it possible to move the footer a little down?
My blog: http://bestarphotography.ca/
The blog I need help with is: (visible only to logged in users)
Hi.
Please, use the following css code:
#copyright:before { content: 'Your Text Goes Here | '; }
.infinite-scroll #main-footer { margin-top: 60px; }
Note: You need to have the Custom Design upgrade to add css code.