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 #862513
Icon in menu
Closed

Comments

  • Chris started the conversation

    Hello Elated!

    Is it possible to create menu without text (Navigation Label) but with icons only?

  •  1,845
    Elated replied

    Hi Chris,

    It's possible but with a little workaround. You just need to add the text and icon in every menu item http://screencast.com/t/NV4EamScXl13 , so that the item will be shown, and than you just need to paste the code listed below to Elated options/ General/Custom css field to hide the text and adjust the size of the icons 

    .eltdf-main-menu>ul>li>a>span.item_outer span.item_inner span.item_text{
        display: none!important;
    }
    
    .eltdf-main-menu>ul>li>a>span.item_outer span.item_inner i.menu_icon{
        font-size: 30px;
    }
    

    Please let us know 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.

  • Chris replied

    uhm, but i wanted to change (no text only icon) only one menu item: home... 

  •  1,845
    Elated replied

    Hi Chris,

    No problem at all :)

    Just use the following code instead 

    .eltdf-main-menu>ul>li:nth-child(1)>a>span.item_outer span.item_inner span.item_text{
        display: none!important;
    }
    
    .eltdf-main-menu>ul>li:nth-child(1)>a>span.item_outer span.item_inner i.menu_icon{
        font-size: 30px;
    }
    

    Please let us know 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.

  • Chris replied

    Thats it! Thanks.

  •  1,845
    Elated replied

    Hi Chris,

    Glad that we were able to help!

    We hope it’s not too much trouble, but we’d really appreciate it if you could rate our theme on ThemeForest. Just visit the following link and select five stars next to our theme’s name: http://themeforest.net/downloads. This way you’ll be helping us improve our support services and make them even more efficient.

    Please let us know 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.

  •   Chris replied privately
  •   Elated replied privately