• Resolved ejm151

    (@ejm151)


    I am trying to change the background image color of the Menu in the responsive mode. Using Firebug I can effect the change by changing

    .nav-collapse, .nav-collapse.collapse {
        background-image: linear-gradient(to bottom, #fff, #f2f2f2);
    }
    to
    	.nav-collapse, .nav-collapse.collapse {
        background-image: linear-gradient(to bottom, #obe569, #obe569);
    }

    However, if I insert this into my customizr-child.css or even into the Custom CSS snippet box the color does not change. What am I missing? The website is: .

    Thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter ejm151

    (@ejm151)

    The website is:

    Where are you putting the code? Can’t see it in style.css.

    Some things to correct in that:

    1) Remove the @import (not needed, Czr does it for you)

    2) @media paras are best put at the bottom of css code which is executed serially. Not causing the problem, but recommended practice)

    3) Still running with 3.1.12. Latest is 3.1.19

    Thread Starter ejm151

    (@ejm151)

    The code is in the Custom CSS snippets box.

    Not being picked up (don’t know why) so take it out of there and add to Child Theme style.css.

    You’ve not taken any of the above actions in the customizr-child\style.css so can’t help until I can see that has been fixed.

    Thread Starter ejm151

    (@ejm151)

    OK, the code is in the customizr-child\style.css

    Problem is it’s not being loaded. Take a look in Firebug and the code in wp-content/themes/customizr-child/style.css hasn’t changed since we started this thread. My suggestions in post #3 haven’t been applied yet.

    Have you selected and activated customizr-child in Appearance>Themes?

    Thread Starter ejm151

    (@ejm151)

    Except for upgrading to the latest version of WordPress, yesterday I made the changes you suggested. Yes, Customizr-Child is the active theme.

    I’ll contact Siteground to see why the changes are not being loaded.

    Thread Starter ejm151

    (@ejm151)

    Siteground is investigating and assures me the problem will be resolved.

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Responsive Menu box color’ is closed to new replies.