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 #2108847
Mobile Top Bar
Closed

Comments

  •  1
    d3signfly started the conversation

    I would like to have a mobile top bar.  and also would like to remove the word "Register" from the login widget if possible.  


    thank you

  •  1,845
    Elated replied

    Hi there,

    Welcome to your support management and thank you for choosing our theme!

    1- In order to have the mobile menu top bar enable you need to add the following code into Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS:

    @media only screen and (max-width: 1024px) {
        .eltdf-top-bar {
            display: block !important;
        }
    }
    

    2- In order to hide the register link within the top-bar login widget please use the code below:

    .eltdf-top-bar .eltdf-login-register-widget.eltdf-user-not-logged-in .eltdf-register-opener {
        display: none !important;
    }
    

    Hope this helps! If not please provide us with your wp-admin details(in a private ticket) so we can log in and investigate this further.

    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.