• Resolved twgerber

    (@twgerber)


    My header area background color is Black.

    However in customizer it’s supposed to be white. I have tried changing it to any other color and it doesn’t change.

    Even the menu colors for the links (including visited and hover) are not the right colors.

    I have had a few friends helping me – wonder if one of them did something? Is there a file I can/should check on the file system that could be overriding whatever I specify in Customizer -> Header?

Viewing 4 replies - 1 through 4 (of 4 total)
  • jessepearson

    (@jessepearson)

    Automattic Happiness Engineer

    @twgerber Can you provide us with a link to the site you’re having issues with, this will allow us to better troubleshoot.

    Thread Starter twgerber

    (@twgerber)

    I figured it out. It was the Speed Booster Pack causing the issue. I had it moving CSS to the Footer and once I disabled that the colors showed up.

    Basically the WP Admin colors were coming up after the Theme colors specified.

    Same here. I created a child theme via plugin “Child Themify”, then the header background color just wasn’t able to be changed no matter I changed colors of the header background. Please help! I didn’t do any changes beside creating a child theme of storefront.

    In order to test some CSS, I use always Code Snippet plugin for that and there this:

    add_action( ‘wp_head’, function () { ?>
    <style>
    /* your trial CSS here. Move that into own CSS or leave here, if the fix is small; use !important if necessary*/
    </style>

    The main problem with that is that it misses CSS syntax checker
    https://codebeautify.org/cssvalidate

    is good – it informs first actual errors.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘storefront header background color issue’ is closed to new replies.