Modify tagline color

Home Forums Automattic Small Business Modify tagline color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #164186 Resolve

    Ethan Strominger
    Member

    Tag line color appears to be a muted gray. I can change the color using below CSS code. I would like to make the tagline bright and bold and larger. My website is https://ethanstrominger.com

    #masthead .site-description, #masthead .site-description a {
    color: #ffffff !important;
    }

    The blog I need help with is ethanstrominger.com
    #164192

    Richard S.
    Member

    Hi there, in addition to the color, there is an opacity setting on the site description. If you want it fully white, add the following to your custom CSS.

    .site-description {
      opacity: 1;
    }
    #164329

    Kathryn P.
    Happiness Engineer

    Hi greaterbostoncodingdojo – do you still need help with this? The CSS Richard provided above should do the trick if you’re still looking to make the tagline brighter. If you’d also like to make it bold, try this:

    .site-description {
      opacity: 1;
      font-weight: bold;
    }

    Let us know if you still need a hand.

    #164356

    Kathryn P.
    Happiness Engineer

    I’m marking this as resolved since it’s been a while since we’ve heard from you. If you need help with anything else, don’t hesitate to start a new thread.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.