• I am trying to change the menu color in the squirrel theme, from blue to red. Can someone please help?
    Thanks, Frank

Viewing 1 replies (of 1 total)
  • #menu .ddsmoothmenu {
        background: none repeat scroll 0% 0% #FF0000;
    }

    Add the above code to the `style.css’ of your CHILDtheme:

    You don’t have a childtheme yet?

    1. Install and activate ‘one click childtheme plugin
    2. create the childtheme
    3. activate the childtheme
    4. Make the changes in the CHILDtheme!
    – copy php files / css-file(s) of the original theme [as required] to the childtheme directory and edit them as required.

    == == ==

    About finding out ‘which things to change in your site [css / html / php]

    Well it’s all a bit like trying to solve a puzzle.
    Fortunately there are good tools for that.
    In your browser: Install / activate webdevelopment add-ons / plugins.

    Recommended: ‘Firebug’ and ‘webdeveloper: http://www.chrispederick.com
    These tools will show you what’s what.
    e.g. right-click > inspect elements > click left bottom arrow-icon
    click item in webpage
    Inspect css on the right
    alter css values to test effect / result
    OK? copy altered css rule
    paste it in the style.css of your childtheme.

Viewing 1 replies (of 1 total)
  • The topic ‘Squirrel theme change menu color’ is closed to new replies.