• Hello,

    I wonder if you can help, I am using your Itek theme (which is fabulous!)

    I have changed my header to white. Is there a way I can change the font colour for the menus please?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Brian Harris

    (@zgani)

    Glad you like the theme 🙂

    For the menu you can try out the following CSS code in either a child theme or a custom CSS plugin

    Menu link color

    .navbar-inverse .nav>li>a {
        color: #000;
    }

    Menu hover color

    .navbar-inverse .nav>li>a:hover,
    .navbar-inverse .nav>li>a:focus {
        color: #333;
        background-color: #00a5c5;
    }

    Menu dropdown

    .dropdown-menu {
        background-color: #00a5c5;
    }

    Simply change the color values to your desired color and you should be good.

    Let me know if there’s anything else I can help with.

    Regards,
    Zulf

    Hi,

    I’m having trouble with this too, I can change the menu bar colours but the hover colour won’t change. I’m building underonesun.co.uk and I am using a simple custom CSS.

    When I hover over the menu the colour changes to the typical ITek blue, rather than the #DAA520 I want to change it to. I’ve put in the hover colour code that you showed above but it doesn’t seem to work for me.

    Thanks a lot

    Theme Author Brian Harris

    (@zgani)

    @underonesun – please open you own thread as per forum rules and I’ll be more than happy to assist you.

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