Adding Text
-
Hello WordPress:
I would like to add text below, “Holistic Psychology” and above my name. The blog’s URL is http://rootsrenewal.com/. Any suggestions you might have our appreciated.
Thank You,
Stephanie
The blog I need help with is: (visible only to logged in users)
-
You could do that using the Custom Design upgrade.
Here is an example you can add to your Appearance → Custom Design → CSS page and click the preview button to see it in action:
#header h2:before { display: block; content: "New text goes here."; }
- The topic ‘Adding Text’ is closed to new replies.