Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #926066

    I imported the demo https://kriesi.at/themes/enfold-photography/ but I really like to remove the menu and logo and the area on the left side from the homepage.
    For the other pages the vertical menu is just fine.

    I hope you can help me with this asap.
    Thanks!

    #926889

    Hey gawcvw,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    #top.home #header {
        display:none;
    }
    
    .responsive.html_header_left .home #main {
        margin-left: 0!important;
    }
    

    Best regards,
    Vinay

    #928229

    Thanks, it works!

    #928321

    Hi,

    I’m glad Vinay was able to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove menu/logo area on homepage’ is closed to new replies.