Rephrasing wordpress line from footer (CSS code – Morning After Theme)
-
Dear WordPress/CSS Experts,
I am new to CSS and need your help. I would like to rephrase the text “Blog at WordPress.com. The Morning After Theme” and make the new credits (bottom right hand-side) to look as follows: “EMerging Equity is Powered by WordPress”.
Also, if possible, I would like to remove the “EMerging Equity” text which is on the left hand-side of the bottom.I tried to follow the suggestions from this thread but they didn’t work.
https://en.forums.wordpress.com/topic/removing-wordpress-line-from-footer-and-adding-my-own-copyrightcontact-info?replies=6Thank you.
BartThe blog I need help with is: (visible only to logged in users)
-
Hi, it’s against the terms of service to modify the footer text, however you can restyle it so it fits in with any other customisations you’ve made, and even add more text to it. You can hide the copyright link with this code:
#copyright { visibility:hidden; } -
-
But what CSS code do I need to use to add more text or rephrase the existing text … I want to keep the WordPress bit in the footnote and want to make it as follows: “EMerging Equity is Powered by WordPress”.
-
You could use the following code to modify the section on the left but you’re not allowed to change the wording of the section on the right.
#copyright a:after { content:" is Powered by WordPress.com"; color:#000; }
- The topic ‘Rephrasing wordpress line from footer (CSS code – Morning After Theme)’ is closed to new replies.