Need Assistance RE: Adding to Footer Credit
-
Good afternoon,
My website is http://phoenixaficionado.com – I am presently seeking to add to my footer credit via CSS Editor yet keep the current html credits in place to remain in compliance since I leverage this account as a business portfolio and main website.
It presently is:
Blog at WordPress.com.
Theme: React by The Theme Foundry Fonts on this blog.I would like for it to be:
© Phoenix Aficionado
Website at WordPress.com
Theme: React by The Theme Foundry Fonts on this website.The blog I need help with is: (visible only to logged in users)
-
I’m afraid there isn’t a way to change ‘Blog’ to ‘Website’ in the existing text. You can add a copyright statement like this though:
#copyright p:first-child:before { content:" A9 Phoenix Aficionado. "; } -
I tried using this code in the custom CSS editor, however, the “0A9” appeared in the preview instead of the copyright symbol.
-
(reposting so that I am notified of response via email). I tried using this code in the custom CSS editor, however, the “0A9” appeared in the preview instead of the copyright symbol.
-
There is a mistake in my example, sorry about that!
It should be A9 not 0A9. I’ve fixed it above.
Also, there is a bug in the previewer that makes it so unicode characters don’t show up properly right now, however, it should be fixed sometime soon and if you save the CSS it will work properly on the blog (it’s just the preview that’s broken in this case).
-
-
- The topic ‘Need Assistance RE: Adding to Footer Credit’ is closed to new replies.