• Resolved BarefootCoach

    (@barefootcoach)


    Hi all, I’m having some trouble with a colour change for my menu in responsive mode at https://bit.ly/1sMBDnc

    I already changed the menu colour once, from orange to a darker green (#90B199)- and that worked fine.

    I now wish to change to a lighter green to match the rest of the website. First I changed the colour in my child theme, using the following media rule:

    @media only screen and (max-width: 959px) {
    #navigation {
    background: url(“../images/responsive-nav.png”) no-repeat scroll right center #b9dcc2;
    }
    }

    And this did nothing! So then I installed the responsive.css stylesheet into my child theme css directory, simply switching the old green for the lighter one. Again, this has done nothing!

    I’ve cleared my cache a few times in case of issues here, but to no avail. The menu colour in responsive mode is still the wrong shade of green.

    All help appreciated! ??

Viewing 15 replies - 1 through 15 (of 26 total)
Viewing 15 replies - 1 through 15 (of 26 total)
  • The topic ‘CSS colour change not appearing in responsive mode’ is closed to new replies.