• Resolved siddardha

    (@siddardha)


    I have a WordPress website where I use a theme for a specific niche.

    I want to create a full-width landing page without the menu. However, I don’t see any options in the page settings that will hide the menu.

    As for the full-width option, it makes the page wider, but it doesn’t take the whole screen.

    Is there any way I can create a landing page without the menu and making the page full width on the same domain without changing the theme?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Is there any way I can create a landing page without the menu and making the page full width on the same domain without changing the theme?

    Of course, there is always a way: by 1) writing the code to do it yourself, or 2) hiring someone to do it for you.

    If it’s not built into your active theme already, creating a custom page template requires getting complete access to your theme files, coding the template file as desired, and testing it out. That’s not click-click-go configuration task that you can be guided to do here in the forums — without even knowing what your site is or what theme you’re using.

    Good luck!

    Hi @siddardha ,

    The answer is yes. There is a way to remove the menu/header.

    Can you share a link to your site so I can recommend the exact CSS for you?

    If cannot share your site, you can see an example solution here.

    https://www.ads-software.com/support/topic/transparent-menu-only-on-homepage/

    Just replace the page ID with your landing page’s ID and replace

    
    background-color: pink;
    

    with

    
    display: none;
    

    Good luck!

    • This reply was modified 5 years, 2 months ago by mark l chaves.
    Thread Starter siddardha

    (@siddardha)

    @mlchaves Thank you

    It worked perfectly

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help creating a full width landing page without menu’ is closed to new replies.