• Resolved tadpaul353

    (@tadpaul353)


    Hi,

    Does anyone know how to change the colour of the text in the top navigation menu?

    My menu is defined in appearance>menus and I’ve entered “blue” in CSS Classes.

    In my style.css file I’ve entered

    .blue { color:0000FF }

    but this doesn’t seem to do the trick. Should I be putting this in a different file, or is there another setting in style.css I should be changing?

    Anyone have any ideas?

    My site is located at http://www.fromadaddy.com

    Many thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi tadpaul353,

    Please change the css color at line 503 on your style.css file in your theme directory

    #top-nav ul li a:hover, #top-nav ul li.current-menu-item a, #top-nav ul li:hover > a, #top-nav ul li.current-menu-ancestor a, #top-nav ul li.current-menu-parent a, #top-nav ul li.sfHover li li a:hover {
        color: #FF0000;
    }

    to whatever you like.
    Also change the CSS color at line 499

    #top-nav ul a:link, #top-nav ul a:visited {
        color: #FFFFFF;
        text-decoration: none;
    }

    to whatever you like.

    Thanks.

    Thread Starter tadpaul353

    (@tadpaul353)

    Hi,

    Thanks so much for a speedy reply – it works!!! 🙂

    Many many thanks!

    Thread Starter tadpaul353

    (@tadpaul353)

    (sorry – forgot to mark this as ‘resolved”!)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘top menu text colour’ is closed to new replies.