• Is there a way to force the colour of the tagline to white in chrome. It’s white in safari but it’s black in chrome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    Hi there, you didn’t give us a link to the site, and on the demo site, and in my test site with Sequential loaded, the tagline is white.

    This is a bit of a big hammer approach with the !important keyword, which typically is best to stay away from, but in this case having it won’t cause any issues.

    .site-description {
      color: #fff !important;
    }
    Thread Starter ronstv

    (@ronstv)

    Hi
    Brilliant, that’s cured it. If you change the header text colour to black in site identity then the header turned black and the tagline stayed white in safari which looked great. In chrome it turned the header text and the tag line black.
    Your mod has now sorted it so the tagline stays white in chrome too.
    Thanks for the help.

    sacredpath

    (@sacredpath)

    Automattic Happiness Engineer

    You are welcome. Lately I’ve seen some variations in how Chrome, Safari and Firefox render things that I’ve not encountered before, like this. Hopefully this is only a temporary thing and we don’t have to start doing this on a regular basis. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tagline appears black using chrome browser in sequential’ is closed to new replies.