CSS code for copyright notice at page bottoms
-
What is the CSS code I need to insert a copyright notice at the bottom of each page? My theme is Penscratch2.
The blog I need help with is: (visible only to logged in users)
-
Hi there, add the following custom CSS and edit the My Copyright text between the quote marks.
-
-
I have also been looking for this info.. and there’s nothing showing in the area where it looks like you were going to paste the CSS code.. perhaps the forum is parsing it as actual CSS and not as a code block?
-
I am not sure what happened with the reply by thesacredpath, but you may be able to use the following CSS code, until he comes back and provides a nicer solution.
#colophon .site-info-wrapper.clear::before { content: "My Copyright"; float: left; padding: 14px; } -
@sdmarlene, so sorry, this was the code I forgot to post.
.site-info:before { content: "My Copyright"; }The code from @alichani, will work just fine as well.
@mom2matoskah, I see you have added copyright info to the site associated with your username. If you are talking about a different site, please let us know the URL of that site.
-
@thesacredpath yes I did some more searching and finally found the info I needed. It was nearly identical to the one you posted and worked perfectly! Thank you 😀
-
-
Sorry I was slow to respond but life intervened.
Thank you to both @alichani and @thesacredpath for your help. I put in the code and it worked great!
-
- The topic ‘CSS code for copyright notice at page bottoms’ is closed to new replies.