• Resolved jdkowals

    (@jdkowals)


    Are there options to change the text color at the top of the site page? The gold doesn’t look right with the background color I want ti use.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Lisa

    (@workingwebsites)

    Hello,

    You can change the colour of the tag line through CSS.
    Make sure you’re logged into your site.
    Go to:
    Customize -> Additional CSS (near the bottom)

    Here you can change the style sheet (CSS).
    To change the colour of the tag line, try:

    .site-description {
    color: #2d7d6c;
    }

    To help pick a colour, try:
    https://htmlcolorcodes.com/color-picker/
    Important! The code you want is the Hex # (colour code )

    Hope that helps!

Viewing 1 replies (of 1 total)
  • The topic ‘Header Color’ is closed to new replies.