I have the Annotum Base. It has not tagline. How do I insert this.
Thanks
The blog I need help with is pavactually.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
I have the Annotum Base. It has not tagline. How do I insert this.
Thanks
The blog I need help with is pavactually.com.
Unless your theme has a tagline, I don't believe you can add one. That would be something you would have to place in the HTML of the theme, so it's not something that is targeted by CSS.
Good luck!
-Z
You can simulate adding a tagline with CSS, like this:
#site-name:after {
display: block;
font-size: 60%;
content: "This is a tagline.";
}
This is a really neat piece of CSS.
Hi zandyring & designsimply
Thanks for your response.
designsimply - that's really great about the CSS - does this also mean that I would have to upgrade the theme to acquire the CSS in order that I can edit it with your suggestion ?
This topic has been closed to new replies.