How do I use custom CSS to add content?
-
Hi
I would like to use custom CSS to add content. In have a premium site and want to add a copyright notice to my existing footer.
Can that be done?
The blog I need help with is: (visible only to logged in users)
-
Hi neujaspar,
For small amounts, absolutely. Please try adding the following CSS to My Sites > Customise > CSS:
.site-info::after { content: "© Your copyright message"; }Feel free to start a chat if you have any questions.
-
Hi Gemma
Thanks,
That was great.
I need to learn CSS!I have one more question.
Is it possible to have my copyright credit, either above or below the WordPress footer credit? It is side by side now. -
Hi neujaspar,
Sure, I’ve added an extra line of CSS which should do the trick:
.site-info::after { content: "Copyright © Neu Jaspar All Rights Reserved"; display: block; }You can use that instead of the code I shared above.
-
Hello,
Is there any way to add a link to the customized site-info?
Thank you in advance,
Ewa -
Hi Ewa –
We will be happy to take a look at your site. Please open up a new thread at https://en.forums.wordpress.com/ Add the ‘modlook’ tag to that thread to move it in to the staff queue. Let us know what site you’re working on as well. Thanks.
-
-
- The topic ‘How do I use custom CSS to add content?’ is closed to new replies.