Tagged: 

Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #1467126

    Hi,
    Unfortunately not yet, I’m not sure what is causing this or a successful solution to adjust this for all screen sizes. I will review further.

    Best regards,
    Mike

    #1467688

    Hi @mike, any update?

    #1467968

    Hi,
    Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    #menu-test-menu-with-logo {
    	margin-left: 0;
    }

    I believe this corrects:
    Enfold Support 6489

    Best regards,
    Mike

    #1468065

    @mike ! that works.
    nearly there. Four more questions:

    1. how do I change the color of text in the burger menu that is active, for example: ‘hier heb ik last’ in my site? the color is a bit grey-ish now, I’d like to change it to white when it’s clicked en users look at the subpages.
    hamburger menu text

    2. how do I add the text ‘menu’ under the burger icon?

    3. how do i centre the logo in the mobile menu?

    4. ‘home(page)’ is not in the burger menu, how do I add this to be visible as the first text-line?

    #1468210

    Hi,
    4: to add the “homepage” menu item please add manually your menu
    3: to add the logo to your burger menu, create another menu item and add an image as in this thread
    2: to add the text “menu” below the burger icon, the text is all ready there but it is hidden, you can try this css:

    #top .av-hamburger ~ .avia_hidden_link_text {
    	display: block;
    	top: 25px;
      position: absolute;
    }

    or make a new burger icon with the text in the image following this thread changing the icon code with a image link.
    1: you could use css to change the menu link color, but note that all sub menu item under the parent will also change, each sub menu item doesn’t have it’s own class in the burger menu.

    Best regards,
    Mike

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