Changing font base colour of menu - by websol

This topic has 4 replies, 3 voices, and was last updated 8 years, 4 months ago ago by Robert Hall

  • Avatar: websol
    websol
    Participant
    November 28, 2015 at 08:39

    Hi, I have been through all css but this simple thing is not working – I just want to change the font col from the base black to white in the main nav menu. It is white on the home page, but no others.

    3 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    November 28, 2015 at 08:46

    Hello,

    Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .menu > li > a {
      color: white !important;
    }

    Best regards,
    Jack Richardson.

    Avatar: websol
    websol
    Participant
    November 30, 2015 at 03:03

    Thanks, that worked. But it has now removed the hover state colour of yellow which I still want. I just wanted to change the base state color. Thank you.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    November 30, 2015 at 15:06

    Hello,

    Please use this code in Theme Options > Custom CSS > Global Custom CSS:

    .menu > li > a:hover{
    color: #e6ea7c;
    }

    Regards,
    Robert Hall.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.