• powderpages

    (@powderpages)


    I’m using the Koji theme (it’s awesome!) and I’ve gone with a black background. is there anyway to change the color of the header and menu dropdown on mobile, it’s white so my white text is not visible when viewing in mobile. Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPHaider

    (@wphaider)

    Hi there,

    maybe try this?!

    .mobile-menu-wrapper {
    	background: #000;
    }
    
    .mobile-menu {
    	background: #000;
    }
    • This reply was modified 1 year ago by WPHaider.
    Theme Author Anders Norén

    (@anlino)

    Hi @powderpages,

    This should do it:

    .mobile-menu-wrapper, #site-header { background: #000; }

    — Anders

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header background color’ is closed to new replies.