New Topic

Site title and tagline color

Home › Forum › Customization › Site title and tagline color

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 5 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1255

    crispux3
    Participant

    How do I change the site title and tagline color? It seems I have to change the CSS style sheet, but I’m not sure what to edit to change those colors.

    Thank you.

    #1256

    StartupWP
    Keymaster
    #site-title a, #site-title h1 a, #site-title h1 {
      color: #09f;
    }

    and

    #site-description {
      color: #000;
    }

    https://startupwp.com/topic/customizing-your-theme/

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

You must be logged in to reply to this topic.