Can we stop customize colors from turning my text grey?

  • Unknown's avatar

    In customize: colors, if I change the color of links/headers, then the text in menus, some headers, and some widgets, turns grey instead of white. I don’t want this – it’s hard to read. Can we fix this?

    Please note that this happens no matter what color I try to change it to, other than the default theme color.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi!

    This can be done through Custom CSS. Once you change the color of the links/headers, enter this CSS in Appearance -> Customize -> CSS:

    input[type=submit] {
    	color: #fff;
    }
    
    div.sl-caption {
    	color: #fff;
    }
    
    nav.main-nav a {
    	color: #fff;
    }

    That should turn all of the items back to white.

    Let me know if that doesn’t work for what you’re looking to do!

  • Unknown's avatar

    Howdy!

    Thanks for the bug report. We’ve made a change to MH Magazine such that the header link colors will not turn gray. :)

    Cheers,
    Caroline

  • The topic ‘Can we stop customize colors from turning my text grey?’ is closed to new replies.