Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #819088

    Hey guys,

    Is there anyway to make the header element like this in enfold?

    So it’s a simple hamburger icon that then does a screen overlay of the tabs.

    Thank you,
    Chris

    #819158

    Hey ccyran,

    Almost anything is possible with any theme, it just depends on how much time you want to spend on it :-)

    Best regards,
    Rikard

    #819419

    Awesome!

    Can you help me get this started! :)

    Thanks!
    Chris

    #819432

    Hi,

    Do you have an example of exactly what you need, so we have a visual reference and idea of what it takes to accomplish.

    Best regards,
    Jordan Shannon

    #819439

    Oh wow sorry guys! I thought I added it it! See below :)

    #819445

    Hi,

    No problem, would something like this work for you? http://kriesi.at/themes/enfold-creative-studio/

    Best regards,
    Jordan Shannon

    #819447

    PERFECT!

    As long as I get the options to style the font and sizing, word spacing, etc. And control of the actual icon size.

    • This reply was modified 7 years, 4 months ago by ccyran.
    #819476

    Hi,

    Sure, that can all be accomplished via css.

    Best regards,
    Jordan Shannon

    #819510

    Awesome!

    Thanks Jordan, I appreciate it! Let me know what I gotta do

    Best,
    Chris

    #819533

    Hi,

    Are you looking to begin a new site or is this for your current one you have been working on?

    Best regards,
    Jordan Shannon

    #819549

    Hey,

    For the current one I’ve been working on.

    http://www.ccyran.com

    #819572

    Hi,

    Go to Enfold Options > Header > Header Layout > Display of Menu Items > Display as Icon. That should get the initial menu set up for you.

    Best regards,
    Jordan Shannon

    #819657

    Cool!

    I tried that but it doesn’t come close to that page you referenced :(

    Is it through quick CSS that I have to edit the menu? And is there quick CSS to shrink the size of the icon? I want it to be about 25% smaller.

    thank you,
    chris

    #819664

    Hi,

    Please provide admin info so I can log in and look into this further.

    Best regards,
    Jordan Shannon

    #819717

    Cool!

    See below in private content!

    FYI: Please don’t make any changes if it can’t easily go back to the way it currently is.

    #820707

    Hi,

    I followed the same steps I posted for you above and received the exact desired effect: https://snag.gy/HLCiUu.jpg.

    The text size will have to be adjusted via css as well the icon size. So, you may have to go through and remove some pre-existing css that could be effecting the styling.

    Best regards,
    Jordan Shannon

    #820731

    Hey Jordan,

    Understood. Can you provide CSS to adjust the icon size?

    Thanks,
    Chris

    #820862

    Hi,

    Add the following to quick css to adjust the icon size.

    .av-hamburger-box{
    width:20px!important;
    }
    
    .av-hamburger.av-hamburger--spin.av-js-hamburger.av-inserted-main-menu.is-active .av-hamburger-inner::after{
        bottom: 0px!important;
    }
    
    .av-hamburger-inner::after {
        bottom: -5px!important;
    }
    
    .av-hamburger-inner::before {
        top: -5px!important;
    }

    Best regards,
    Jordan Shannon

    #820863

    Awesome, thank you!

    #820868

    Hi,

    No problem at all. Once you configure the text css, that should be about it. I will keep this thread open for additional questions on this specific topic.

    Best regards,
    Jordan Shannon

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