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 #2103834
keep menu open
Closed

Comments

  • vcforuplugins started the conversation

    I want to show the first and second menu levels as open and not wait for the user to click on them.

    Can I do it in settings or javascript?

  •  1,845
    Elated replied

    Hi there,

    You can achieve this by using the code below:

    .eltd-header-vertical .eltd-vertical-menu ul li .second {
        display: block !important;
    }
    .eltd-header-vertical .eltd-vertical-menu ul li a .eltd-menu-arrow {
        -webkit-transform: rotate(0) !important;
        -moz-transform: rotate(0) !important;
        transform: rotate(0) !important;
    }
    

    Simply copy it into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS.

    Hope this helps and if there is anything else that we can assist 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.