• Resolved flexnet

    (@flexnet)


    Hi,

    Please can you tell me how I can change the default Menu text colours please from the black and highlighted blue?

    I’ve checked under theme, customise with no joy and I’m not sure where to locate this in the custom css settings.

    Thanks in advance!

    Carl.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Through css style, of course.

    In Appearance go in Editor, and you’ll see css file:

    find this line and replace color with desired.

    .omega-nav-menu a {
    border: none;
    color: #666;
    display: block;
    padding: 28px 24px;
    position: relative;
    }

    Thread Starter flexnet

    (@flexnet)

    Thanks,

    Put that in style.css but it hasn’t changed a thing.

    Un-highlighted colour is black and highlighted is blue.

    Cheers.

    Theme Author Han

    (@hwijaya)

    Better way to override css, go to “Appearance > Customize > CSS” and insert this code

    .omega-nav-menu a,
    .omega-nav-menu a:hover {
      color: #008CBA;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Menu Font Colour’ is closed to new replies.