Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #244636

    Hello,

    I would like to remove the header and menu from my site. If possible, I would like the top menu(?) with the phone number and social media and then go straight into my page.

    I’m trying to create a one page site that has a full width header image and I don’t need a menu or logo section. I’ve got the page that I want but I would like to have the phone number and social sharing bar at the top, but that’s it. Let me know if there is a better way to accomplish this.

    Thanks!
    Keith

    #244969

    Hi Keith!

    Thank you for using the theme!

    Please configure the header options to show the social icons, top menu and phone number under Header > Extra Elements. Add this on Quick CSS to remove the logo and menu container.

    #header_main {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    }

    You might need to adjust the main container top padding on some case so add this one:

    .html_header_top.html_header_topbar_active.html_header_sticky #top #main {
    padding-top: 29px;
    }

    I hope that helps.

    Cheers!
    Ismael

    #246296

    Thank you Ismael, that worked perfectly.

    Cheers!
    Keith

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove header and menu’ is closed to new replies.