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 #1117047
MENU
Closed

Comments

  •  2
    Emma Moore started the conversation

    First of all unless I'm being stupid there doesn't seem to be a way to search your support? Someone may have already asked this question but without a search function I'd have to read all the tickets?

    Despite lots of lovely options for styles on the theme I can't seem to find where to change the font and colours of the Navigation and sub-menus?

  •  1,845
    Elated replied

    Hello,

    Please add this css code in Elated Options > General > Custom CSS field and set desired color instead of red and green:

    .eltd-light-header .eltd-page-header>div:not(.eltd-sticky-header) .eltd-main-menu>ul>li>a.current, .eltd-light-header .eltd-page-header>div:not(.eltd-sticky-header) .eltd-main-menu>ul>li>a:hover, .eltd-light-header.eltd-header-style-on-scroll .eltd-page-header .eltd-main-menu>ul>li>a.current, 
    .eltd-light-header.eltd-header-style-on-scroll .eltd-page-header .eltd-main-menu>ul>li>a:hover,
    .eltd-drop-down .second .inner ul li a:hover, .eltd-drop-down .second .inner ul li h4:hover, .eltd-drop-down .second .inner ul li.sub ul li:hover>a, .eltd-drop-down .second .inner>ul>li:hover>a {
        color:red;
    }
    .eltd-light-header .eltd-page-header>div:not(.eltd-sticky-header) .eltd-main-menu>ul>li>a,
     .eltd-light-header.eltd-header-style-on-scroll .eltd-page-header .eltd-main-menu>ul>li>a,
     .eltd-drop-down .second .inner ul li a, .eltd-drop-down .second .inner ul li h4 {
        color:green;
    }

    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.

  •  2
    Emma Moore replied

     That code gives me the same colours and fonts for the first and second menu lives but I want different fonts and colours for the top level and sub menu levels please?


  •  1,845
    Elated replied

    Hello,

    Add this code instead:

    .eltd-light-header .eltd-page-header>div:not(.eltd-sticky-header) .eltd-main-menu>ul>li>a.current, .eltd-light-header .eltd-page-header>div:not(.eltd-sticky-header) .eltd-main-menu>ul>li>a:hover, .eltd-light-header.eltd-header-style-on-scroll .eltd-page-header .eltd-main-menu>ul>li>a.current, 
    .eltd-light-header.eltd-header-style-on-scroll .eltd-page-header .eltd-main-menu>ul>li>a:hover,
    .eltd-drop-down .second .inner ul li a:hover, .eltd-drop-down .second .inner ul li h4:hover, .eltd-drop-down .second .inner ul li.sub ul li:hover>a, .eltd-drop-down .second .inner>ul>li:hover>a {
        color:red;
    }
    .eltd-light-header .eltd-page-header>div:not(.eltd-sticky-header) .eltd-main-menu>ul>li>a,
     .eltd-light-header.eltd-header-style-on-scroll .eltd-page-header .eltd-main-menu>ul>li>a {
        color:green;
    } .eltd-drop-down .second .inner ul li a, .eltd-drop-down .second .inner ul li h4 {
        color:yellow;
    } .eltd-drop-down .second .inner ul li.sub ul li:hover>a, .eltd-drop-down .second .inner>ul>li:hover>a {
       color:blue;
    }

    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.