Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #812367
Main Menu font size and colour
Closed

Comments

  • Helga started the conversation

    How do I change my main menu font size and colour.


    Thanks

  •  1,845
    Elated replied

    Hi Helga,

    Sorry for the late response!

    You can change the hover menu color by changing the first main color, inside the elated options/general. As for main menu font size and color just paste the code listed below to elated options/general/custom css field and change the desired values to your liking

    .eltd-header-vertical .eltd-vertical-menu ul li a{
        font-size: 14px !important;
        font-family: "Arial" !important;
        color: blue !important;
    }
    
    .eltd-header-vertical .eltd-vertical-menu ul li a:hover{
        color: green !important;
    }
    

    Let us know if there is anything else we can do for you, thanks!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • Helga replied

    Thanks. All done.

  • Helga replied

    Actually, ho do I do the same for mobile and tablet menus please?


    thanks

  •  1,845
    Elated replied

    Hi Helga,

    Sorry for the late response!

    You can change the desired setting by accessing Elated options/header and changing the options shown in the screenshot http://screencast.com/t/YmsrrSms1a

    Or you can use the code listed below 

    .eltd-mobile-header .eltd-mobile-nav>.eltd-grid>ul>li>a{
        font-size: 14px;
        color: red;
        font-family: "Arial";
    }
    

    Please let us know if there is anything else we can do for you, thanks!


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.