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 rootsrenewal.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 rootsrenewal.com.
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.";
}
This topic has been closed to new replies.