Would it be possible to add a second line to my tagline? I have the custom CSS upgrade. The blog is jeceblog.com
Thanks!
The blog I need help with is jeceblog.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
Would it be possible to add a second line to my tagline? I have the custom CSS upgrade. The blog is jeceblog.com
Thanks!
The blog I need help with is jeceblog.com.
I don't help with CSS editing so I'll flag this thread so it's moved into the CSS Forum for you.
Tip:
Taglines are brief branding messages. I have experimented and when the blog title and tagline do not exceed about 60 - 63 characters (including spaces) Google almost always chooses to display them in the SERPs (search engine page results). When taglies are lengthy they do not appear.
You can add a second line of text to your tagline with CSS if you purchase the Custom Design upgrade. Also, CSS is different for each theme.
To add a second line of text to the tagline in the Coraline theme, try this:
#site-description {
line-height: 1.4em;
}
#site-description:after {
display: block;
content: "Text example."
}
Note: content added using CSS probably won't get seen by search engines like Google.
This topic has been closed to new replies.