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 #1318084
Displaced menu icon
Closed

Comments

  • CarlosClouthier started the conversation

    Hello!

    Something happened with the menu icon on the menu bar (I don't know since when), and the issue is that it gets displayed downwards. (See image1)

    What can I do?

    And also, I want to take out the add to cart icon, but I want to conserve the search icon and the menu icon.

  •  1,845
    Elated replied

    Hi,

    This is the issue that occurred with latest Google Chrome browser update and it can be solved easily with this Custom Css code:

    .eltdf-vertical-align-containers .eltdf-position-center:before, .eltdf-vertical-align-containers .eltdf-position-left:before, .eltdf-vertical-align-containers .eltdf-position-right:before{
        margin-right: 0;
    }

    Just paste this Custom Css code into Elated Options > General > Custom Css field https://www.screencast.com/t/Wu8JH4tYt4y and the issue will be resolved and headed will be like this https://www.screencast.com/t/b1ch4qK5Td .

    Please let us know if this solved the issue and if there is anything else we can do for you.

    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.

  • CarlosClouthier replied

    Great! It did work!

    Now if I want to remove the shopping cart icon of the header menu bar, where can I do that?

  •  1,845
    Elated replied

    Hi,

    You should go in Appearance > Widgets > Woocommerce Drop Down > and in this widget you can remove this widget. Or you can paste this code in custom css field

    .eltdf-shopping-cart-holder {
        display: none !important;
    }
    a.eltdf-search-opener {
        margin: 0 4px 0 0 !important;
    }

    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.