• Resolved Ken

    (@kronomia)


    To the support team of Hueman:

    I have been trying hard for the last two hours to change the header background color along with the footer without having any success.

    Here is what i have tried:

    1. I tried to modify them from the theme options -> styling menu but nothing did change really.
    2. I tried to change them manually from the CSS files but still they are not getting changed.
    3. I cleared up the cache from both my server and my terminal in addition to trying it on different computers and IPs.
    4. I made sure the dynamic.css file permissions are set to 666.

    Frankly, i ran out of options! I have been dealing with wordpress for 5+ years and haven’t seen anything like that!

    Please it would be great if you can help me in debugging that.

    Awaiting for your reply!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add these to the custom css option under styling tab.

    #footer {
    background: #000;//change the value to whatever you want
    }
    #header {
    background-color: #fff;//change the value  to whatever you want
    }

    Actually the settings for footer color and header color changes the text-color not background color

    Thread Starter Ken

    (@kronomia)

    Thanks mate for solving the issue!

    For some reason, my CDN was not clearing the cache as it should.

    #footer {
    background-color: #ffffff;
    }
    #header {
    background-color: #ffffff;
    }

    All the Best!

    P.S: The settings does change the background colors in fact.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘The styling settings are not working’ is closed to new replies.