• Resolved tradeoffice

    (@tradeoffice)


    Hi
    Can you give me an additional css code i can add to change the colour of the tagline in my header image to white? (it is default to black). I need the text to be white because my header image is a dark background.
    thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter tradeoffice

    (@tradeoffice)

    i added the follow but it didnt completely work

    .title-tagline-shown .header-logo a:not(.logo-img),
    .title-tagline-shown .site-description {
    display: block;
    colour: #fff
    }

    thanks

    Theme Author WP Royal

    (@wproyal)

    Hi #tradeoffice

    To change tagline colour, please Navigate to Appearance > Customize > Custom CSS (section) and add the following snippet:

    .site-description{
      color: white !important;
    }

    Kind Regards

    Thread Starter tradeoffice

    (@tradeoffice)

    Thanks that worked beautifully!

    Theme Author WP Royal

    (@wproyal)

    Hi #tradeoffice

    You are welcome. Feel free to contact us anytime.

    Kind Regards

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change colour of tagline’ is closed to new replies.