• Resolved campdrunkisme

    (@campdrunkisme)


    Hi,

    Does anyone know how I change the color of the current menu item when it’s in responsive mode (like cellphone size). I noticed that responsive has its own CSS, do I need to make a child of that one as well?

    When I put:

    #header-responsive li a:hover, #header-responsive li.current_page_item > a {
    color: #1B75BB;
    }

    in my regular .css child it gets overwritten by the style-responsive.css

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you set !important ?
    And of course as I remember it is defined in ./styles/style-responsive.css
    So you need to set it with !important in your style.css, or better in Custom Code.

    Thread Starter campdrunkisme

    (@campdrunkisme)

    Oh I’m an idiot, I totally forgot about !important. That did it, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change responsive CSS (menu color-cellphone)’ is closed to new replies.