Viewing 12 replies - 1 through 12 (of 12 total)
  • After changing the color of theme, you click on “Save & Publish” button ?

    Thread Starter starflowerskincare

    (@starflowerskincare)

    Yup. Every time. And every time, it looks like it’s changed until I view my site again.

    Isn’t there any errors on theme or your site? Please provide the link of your site.
    Thanks

    Thread Starter starflowerskincare

    (@starflowerskincare)

    Not that I can see. I created a child theme that I’m using. https://www.starflowerskincare.com

    I think it is due to some code error. While set up theme on my local server, no any such issue found. So for the quick fix, you can use CSS approach.
    Thanks

    Thread Starter starflowerskincare

    (@starflowerskincare)

    I’ll be honest, I’m really inexperienced so how would I do that?

    Add the below CSS code on child theme style.css file.

    /*To change header background color*/

    .site-header {
    background-color: #fcfcfc  ;
    
    }

    /*To change body background color*/

    .site-content{
    background-color: #82868e  ;
    }

    /*To change footer background color*/

    .site-footer{
    background-color: #fcfcfc  ;
    }

    If not work feel free to ask. Thanks

    Thread Starter starflowerskincare

    (@starflowerskincare)

    That worked like a charm, thank you! Is there something similar I can do to change the font color?

    Overall font color or specific font color? Mentioned me about it, i will send you the code.
    Thanks

    so where exactly does one put these snippets for header and footer background cuz I am having the same problem

    I pasted them in appearance-> editor and it didn’t change anything. other snippets for other issues have actually made changes there.

    btw in that dialog box there is only a bit of css, the css for the entire template does not show

    If you’re just changing CSS I’d suggest using a custom CSS plugin. There are loads on the .org plugin repository. If you’re already using Jetpack that includes this feature as well.

    I am having a similar problem, except I cannot I cannot change the header text color. Every time I make a change, in customize, and save, it just reverts back to the original color of the header text. Todd

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Header Color Change Won't Save’ is closed to new replies.