Footer customisation
-
Hi
I need help to add a notice that protects our content and photographs in the footer so people know not to steal them
Many thanks
AletaThe blog I need help with is: (visible only to logged in users)
-
Hi there,
Your theme supports footer widgets, so the simplest way to do this is by adding a text widget in your site footer containing the notice you want.
https://en.support.wordpress.com/widgets/text-widget/
Else you can use this CSS:
/* Add copyright notice to footer */ .site-info a { float: right; } .site-info::before { content: "your notice here"; float: left; } footer { padding-left: 10%; padding-right: 10%; }Replace the words in quotes with the notice you want visible.
I’ve also added code to make the notice appear on the left and the WordPress.com attribution on the right, rather than the default position of center. Let me know if you’d prefer not to have it like that.
Also note that you can get help with questions like these via live chat at https://wordpress.com/help/contact
-
Thank you!
Our site does not come up in google searches is there a way to optimise the site?
Aleta
-
Sure, we have several tips here:
What terms are you searching for, and are those terms on your site?
- The topic ‘Footer customisation’ is closed to new replies.