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 #897409
Menu Font
Closed

Comments

  • Hadi started the conversation

    Hi,

    I would like to change the menu font and size. How can I do this.

  • Hadi replied

    the main menu

  •  1,845
    Elated replied

    Hi Hadi,

    You should just paste the following code to Elated Options/General/Custom css field and just set the desired font and size

    .eltd-main-menu>ul>li>a span.item_inner > span.item_text{
        font-family: cursive;
        font-size: 20px;
    }

    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.

  • Hadi replied

    thanks, how do I change the color also?

  •  1,845
    Elated replied

    Hello,

    Add this code as well:

    .eltd-main-menu>ul>li>a span.item_inner > span.item_text{
        color:red;
    }


    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.