• Resolved ldkeast

    (@ldkeast)


    I need to change the color and size of the “tag line” text (#site-description) to better display on my header image. Using the jetpack css stylesheet editor, I have

    #site-description {
    	color: #ffffff;
    	font: 18px "Sorts Mill Goudy", serif;
    }

    The size changes as expected, but the color (no matter WHAT color I enter) does not. Suggestions?

    The site is https://www.springbrookpark.org

Viewing 2 replies - 1 through 2 (of 2 total)
  • you might need to use !important with your changed color style, and make it more specific, as the theme seems to embed the color styles for the site description also with !important;

    example:

    #branding #site-description{color:#fff!important;fo....etc....

    Thread Starter ldkeast

    (@ldkeast)

    That did it! Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't change color of #site-description’ is closed to new replies.