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 #1840669
Header Icons & Links
Closed

Comments

  •  1
    thestable923 started the conversation

    Hello -

    I am using a divided header like on the demo website's "Coffee" home, but would like to use the divider and cart icons (in addition to a few more icons like a map pin for locations, and a fa-user icon for accounts) like what is currently on the demo website's "Tea" home page.

    Can you tell me how you accomplish this? If it's within the menu options can you also include what the settings need to be for these elements to work like the demo?


    Thank you!


  •  1,845
    Elated replied

    Hi there,

    I apologize about the belated reply - we have been getting a lot of tickets lately, and our reply times have not been as fast as we would have liked.

    You can try to achieve this with this CSS code:

    .eltdf-menu-area #nav-menu-item-9545:before {
        background-color: rgba(58,58,58,.6);
        content: "";
        display: block;
        height: 21px;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: background-color .2s ease-in-out;
        -moz-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out;
        width: 1px;
    }
    

    Just paste it in Appearance > Customize > Additional CSS. 

    Best regards,

    Marie


    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.