Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #447391

    Is it possible with enfold to make a menu that looks like this one http://www.stashpizza.com/

    #447393

    or like this:
    http://www.boaelite.com/
    what settings get you to this point? I see this thread: https://kriesi.at/support/topic/style-menus/ but it doesn’t explain it clearly

    • This reply was modified 9 years, 6 months ago by ewingmh.
    #447396
    #447403

    first link isn’t Enfold and
    boa did the trick by placing a link in the main nav!

    <li class="header_logo">
    <strong>
    <a href="http://www.boaelite.com/">
    <img width="300" height="100" alt="BOA Elite" src="http://www.boaelite.com/wp-content/uploads/2014/04/logo3.png">
    </a>
    </strong>
    </li>

    and the main “logo” placed in the options dialog of enfold is set to display none:
    and the “logo link” in main-nav is then set to display: none

    div#header_main strong.logo {
        display: none;
    }

    with mobile menu the “real logo” then set to display: block

    • This reply was modified 9 years, 6 months ago by Guenni007.
    #447435

    I know the first link isn’t enfold – I designed it using another theme – and wanted to use enfold to do something similar. Thanks for your links and notes – can you explain the mobile part a bit more?

    #447449

    inspecting the element he’s using: header_main_alternate – where is that as an option?

    #447820

    boa had choosen the header: header center menu below

    than header_main_alternate comes by default.

    you than can go to your menu and for home link you can set the following (but you first have to go to WordPress options dialog on Menu Site and make Classes and Description visible) look to the screenshot.

    http://abload.de/img/headerqlrwr.jpg

    on angezeigter name ( sorry i have the german WP installed) you can set an img link to your logo

    and when you have done that give us please a link to help you more

    The rest is css ( even the mobile

    #448804

    Hey!

    Thanks for helping @Guenni007.


    @ewingmh
    , if you still need help please post a link to the site where you’re trying this.

    Cheers!
    Josue

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