badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

First Navigation Menu Tab Colour Change

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9059
    estherlouise
    Participant

    Good afternoon,

    I have successfully changed the background colour, static colour and hover colour for my navigation menu however the first menu page (Home) still shows the old static font colour blue? You can view my site at http://www.webuyvintagestarwars.co.uk

    Please can you kindly advise me of the CSS code to change the colour of Home from blue to red (#FF0000) also?

    My current CSS is as follows: –

    #access {background-color: #FFE81F;}
    #access a {color: #000000;}
    #access ul li:hover > a {color: #ff0000;}

    Many thanks in advance for your help.

    Esther

    #9094

    Hi Estherlouise

    Go to dashboard -> apperance -> theme options -> design-options -> custum css and add the following css there. Hope this helps you

    #access a:hover,
    #access ul li.current-menu-item a,
    #access ul li.current_page_ancestor a,
    #access ul li.current-menu-ancestor a,
    #access ul li.current_page_item a,
    #access ul li:hover > a {
    color: #FF0000;
    }

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