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 #729465
Drop down menu
Closed

Comments

  • Jessica started the conversation

    Hi,

    I have two questions:

    1. How do I change the background colour for the drop down menu (remove marble?)
    2. How do I reduce the gap between the menu items?

    See attachment.

  •  1,845
    Elated replied

    Hi,

    1) use this code below, adjust color and add this code to custom css in Elated Options:

    .eltd-drop-down .narrow .second .inner ul li ul, .eltd-drop-down .second .inner>ul, li.narrow .second .inner ul {
        background:#000000;
    }

    2) You can decrease drop-down menu items gap if you add this code to custom css in Elated Options > General:

    .eltd-drop-down .second .inner ul li a {
        display:inline;
    }

    Hope this what you need.


    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.

  • Jessica replied

    Perfect - thanks!

  •  1,845
    Elated replied

    You're welcome Jessica. Glad to hear that :))


    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.

  • Jessica replied

    :)