• Resolved davidjeske

    (@davidjeske)


    I am using the Stargazer theme, and I am trying to change the main area’s color from white to tan (fbe0b9). I was able to, with help, get the majority of the page switched to tan, but the color in the heading remains white. I cannot find a way to change this area without coding, and I cannot find a simple way to edit the existing code. I am very new to coding, so if you could explain in great detail what I am supposed to do it would be helpful.
    Thanks!
    Here is my blog
    https://www.aaapaperclipaaa.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Sure david,

    All you need to do is add the following code to the custom CSS file you have in place. Just add it at the end of the file and your header will match the rest of your page.

    .custom-background #container > .wrap {
        background-color: #fbe0b9;
        margin-bottom: 50px;
        margin-top: 50px;
        max-width: 1175px;
    }

    Thread Starter davidjeske

    (@davidjeske)

    Thank you so much! That fixed my problem

    No worries, happy to help.

    Hi, i addet the code above into the admin-custom-header.css and nothing changes. Can you please tell me in wich css i have to insert this code?

    That’s the wrong css file. Remove it from the admin-custom-header.css and put in styles.css

    You should be aware that code is specific to david’s site and theme so i dont know what will happen for you.

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