Two line tagline

  • Unknown's avatar

    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: (visible only to logged in users)

  • Unknown's avatar

    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.

  • Unknown's avatar

    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.

  • The topic ‘Two line tagline’ is closed to new replies.