Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1374808

    When creating submenues, it is not visible in the drop down menu that there are sub menus.
    Do you understand? :-)

    Would it be possible to add a > to the menu that contains the submenu?
    Best
    Chrilles

    #1374871

    Hi Chrilles,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    #top #wrap_all .menu-item-has-children {
        padding-right: 8px;
    }
    
    #top #wrap_all .menu-item-has-children:before {
        content: '\e873';
        font-family: 'entypo-fontello';
        position: absolute;
        right: 4px;
        top: 50%;
        transform: translateY(-50%);
    }

    Hope this helps.

    Best regards,
    Nikko

    #1375202

    Super thanks, Ill try.
    /C

    #1375215

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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