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 #1952064
Submenu customization
Closed

Comments

  • justinekusuma started the conversation

    Hi there,

    I'm currently using Namib Layout from Sahel and I can't seem to find the settings to customize the background color of the submenu. The default color is black and I can only choose the submenu style to "below" or "on side".  Is there anyway I can change or customize the color of the submenu's background instead of black? or if possible, is there a way to use an image from my media library as its background? 

    Thank you and I look forward to your response!

  •  1,845
    Elated replied

    Hi there,

    Thanks for writing in.

    Please use this css code to change submenu background color and switch the value from red to any other that you like the most:

    .eltdf-drop-down .narrow .second .inner ul{
        background-color:red;
    }

    You can paste the code to the Appearance > Customize > Additional CSS field

    Best,

    George


    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.

  • justinekusuma replied

    Hi there,

    Thank you for your reply

    However, it still doesn't work though and it still shows as black. is there any setting that I need to check or change first? or perhaps there was mistype in the code?

    Look forward to your response. Thanks

  •  1,845
    Elated replied

    Hello there,

    I apologize for the late reply, we have been getting a lot of messages daily and are trying our best to keep up with every request. I hope you can understand.

    Please use the code below instead:

    .eltdf-header-vertical .eltdf-vertical-menu.eltdf-vertical-dropdown-side .second ul {
        background-color: blue;
    }
    

    Hope this helps if there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    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.