change colour of active menu

Forums Forums Menus change colour of active menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1514

    Hi there,
    wondering if anyone can help me with this seemingly simple task. I want to change the colour of the active menu link. The website is http://www.heartwoodlandscaping.co.uk and at the moment the menu works great, the hover on the buttons is fine but i want it so that when you are on the home page, the ‘home’ link shows up in green and not white. I want this for all the pages… but so far i can’t see which bit of code to change.

    Thank you for your help in advance.

    #8825

    You can modify that via the .current_page_item class:

    [code:38hwpdcw]#suckerfishnav li.current_page_item[/code:38hwpdcw]

    #8826
    Anonymous
    Member

    If your nervous about playing with the CSS here’s an easy fix.  Example if you want the default Green to be White then change the files names in the plugins directory:
    wp-content/plugins/pixopoint-menu/images
    e.g.
    First make a backup of the images folder

    rename dazzle_white.png  to  dazzle_green.png
    rename smoothfade_palewhite.png to smoothfade_palegreen.png
    rename suckerfish_white.png to suckerfish_green.png
    rename suckerfish_white_left.png to suckerfish_green_left.png

    Rename all ‘white’ files to ‘green’

    This tricks the plugin, which loads all the ‘green’ files which are in fact now renamed white files.  Hey presto, a white menu.  If you only want one part of the menu to be white, like hover, then change only one of the image files (above)

    #8827

    Thanks Steve.

    It’s best not to modify the core plugin files though as they’ll get deleted during an upgrade.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.