Adding Copyright
The topic ‘Adding Copyright’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
I would like to add a copyright to the bottom of my website next to “Blog at WordPress.com | The Maisha Theme.”. I have tried some CSS code that other forums have provided, however nothing seems to work. Is there a Maisha specific code that I can use?
Thanks.
The blog I need help with is: hiregrowth.org
Hi,
thanks for purchasing this theme.
You can put copyright info in a text widget in your sidebar or footer, or you can type it in each post/page.
All the best,
Ana
Hello
Try this…
}
div.site-info:before {
content: “© Hiregrowth 2015”;
display: block;
color: #000;
font-weight: bold;
}
The topic ‘Adding Copyright’ is closed to new replies.