• Resolved websitelister

    (@websitelister)


    Hi,

    I’ve been so thankful that Autoptimize has never failed me so far in any website that I worked on (as content manager, not as developer though). I don’t have any programmer skill but I am capable of editing codes through searching the web which so far always work. This time, this changing of color from originally grey to black is bugging me.

    Everything in my site is working well after installing Autoptimize except the color of header dashboard (or whatever that’s called, I don’t know). I want to retain the grey color since black is quite off and not complementing with the site’s color.

    My site is websitelister.org

    Please help.

    https://www.ads-software.com/plugins/autoptimize/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter websitelister

    (@websitelister)

    Here’s the screenshot of what I’m talking about:

    https://s24.postimg.org/phew73s8l/admin_header.png

    In the mean time, I disabled Autoptimize to keep my site look okay. But I really want to use this plugin. It’s just that, it changes the color of my header dashboard to black. Anyone, please help ??

    Plugin Author Frank Goossens

    (@futtta)

    hi websitelister;
    first of all; this probably is a CSS-optimization-issue, so you should be able to keep JS & HTML optimization active.

    as far as the CSS is concerned; you could either edit your theme’s style.css on line 4495, changing

    background-color:#B8B8B8;

    into

    background-color:#B8B8B8 !important;

    or if you’d rather not touch your theme files and your theme allows custom CSS to be set (or if you have a plugin that does that) you could add this CSS:

    #wpadminbar,#wpadminbar .ab-top-secondary {
    	background-color:#B8B8B8 !important;
    }

    you could even add an (invisible) text widget with this in it;

    <style>
    #wpadminbar,#wpadminbar .ab-top-secondary {
    	background-color:#B8B8B8 !important;
    }
    </style>

    (you could also try removing “admin-bar.min.css” from the CSS exclusion-list (do re-add “admin-bar.min.css” to that comma-seperated list if it doesn’t work), but admin-bar.min.css was excluded for a reason ?? )

    hope this helps,
    frank

    Thread Starter websitelister

    (@websitelister)

    Hi Frank. Thanks a lot, your suggestion seamlessly works.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dashboard Header Changes Color’ is closed to new replies.