• Resolved stevenw1956

    (@stevenw1956)


    I know CSS but this theme appears to use SASS which I do not understand. Where can I change the color of the tagline from white to another color. It is against a white background in my background image and doesn’t have enough contrast. I looked through the html and scss files but could not determine where the class tagline was getting its attributes

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Don’t you change it in a Custom CSS option or Child Theme?

    Theme Author welshhuw

    (@welshhuw)

    You can add custom CSS via the Appearance > Customise admin panel. ie:

    #masthead .tagline { color: #000; }

    Hope that helps.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I Change to Color of the Tagline?’ is closed to new replies.