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

    Hi, i need to change two things on the burger menu:

    1. I would like to put a text “All categories” to the right of the menu icon.

    2. Overall, the menu + logo should be on the left, but not at the edge of the display, but at the level of the normal text.

    Best regards,
    Alex

    #1325070

    2. already has been solved.

    #1325118

    Hi,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    
    .av-hamburger::after {
        content: 'All categories';
        font-size: 25px;
        padding-left: 20px;
    }
    

    Best regards,
    Yigit

    #1325131

    Thanks again, it worked.

    #1325133

    Hey,

    You are welcome! Let us know if you have any other questions and enjoy your weekend!

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘burger menu on desktop’ is closed to new replies.