• Hi, Ive had to change the color of my site title, subtitle and menu to a light gray in order to see it on all other pages. Is there any way to keep the text white (because it looks better on the home page) and change only the background of the title/header area to black on all the other pages?
    Thanks for any help!

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello there,

    To accomplish it, add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    body:not(.home) .site-header {
      background-color: #000;
    }
    

    Regards,
    Kharis
    aThemes Support

    Thread Starter rebekahjsimpson

    (@rebekahjsimpson)

    Brilliant! Thank you!

    You’re welcome!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis
    aThemes Support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change color of header background’ is closed to new replies.