• Resolved DanielGarland

    (@danielgarland)


    Hi,

    I would like to change the font colour of the menu items to #84912C on the website https://www.taranoone.ie when:

    a) On the current page
    b) On hover

    Iv tried doing it and while I have changed the over all colour of the menu, I think I might be having problems of specificity.

    Thanks

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

    For this use below code in custom css Field ( Theme Dashboard >> appearance >> option panel >> custom css Field)

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
    {
    color: #84912C !important;
    }
    
    .navbar-default .navbar-nav > .current_page_item > a, .navbar-default .navbar-nav > .current_page_item > a:hover, .navbar-default .navbar-nav > .current_page_item > a:focus
    {
    color: #84912C !important;
    }

    Thanks.

    Hi

    Any update here ?

    Thanks.

    Thread Starter DanielGarland

    (@danielgarland)

    Hi Imran, that worked perfectly. Thank you very much for you help.

    Kind Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change the font color of menu items’ is closed to new replies.