Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1264581

    Hello

    I’ve looked at this post but I’m trying to stick with just css for making this work. My colleague has added a WPML menu to the right of the icon, and I’ve tried some other css (see below), which sort of work but I’d like to apply links and use styling on some text items. Thank you in advance.. I’m using all 3 menus – main, secondary and WPML, so can I make a menu widget and then add it before the icon? I also would like to hide it on mobile, but once I now what to target I should be ok>

    https://kriesi.at/support/topic/hamburger-menu-next-to-default-menu-in-enfold/

    /* add text left of burger on desktop */
    
    .av-burger-menu-main a::before {
        content: "Custom icon text";
        font-size: 24px;    
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        line-height: 1em;
        width: 500px !important;
    }
    
    .av-burger-menu-main.menu-item-avia-special:after  {
        content: 'Menu';
        font-size: 14px;
        top: -77px;
        position: relative;
        color: #fff;
        left: 66px;
    }
    
    li#menu-item-burger:before {
        content: 'Menu';
        position: absolute;
        top: 45px;
        right: 50px;
    }
    
    #1264582

    OO\ops! Forgot the info in private!

    #1265373

    Hi,

    Thank you for the inquiry.

    We tried to login to the dashboard but got temporary locked out. The login info seems to be invalid or something. Please check the info carefully so that we could login and check the site.

    Best regards,
    Ismael

    #1265575

    sorry, the pwd was changed – correct one is in private. I’m hoping to have this resolved in the next day or two so a look soon would be most appreciated :)

    #1265975

    Hi,

    Thank you for the update.

    We cannot find the custom WPML menu beside the burger menu. How did you add it? Unfortunately, you will not be able to add another menu beside the default icon menu with just css or without editing the template file as we explained in the previous thread.

    // https://kriesi.at/support/topic/hamburger-menu-next-to-default-menu-in-enfold/#post-1179337

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.