Hide/Remove top header, footer and menu

Posted in: Newsmag
Post count: 40

I need to remove header and menu on a specific page. It will be the welcome page because the site is under construction. I just need visitors to see my logo + coming soon. How can i do this?

Post count: 23312

Hello AhoraRoma,

You should provide your website URL so I can inspect it closer and provide a more accurate code. You should target your desired pages by page ID. Use the following tutorial to learn how you can create your own custom CSS code. Check here -> https://forum.tagdiv.com/create-custom-code-using-the-browsers-inspector/

Thanks for the message!

Post count: 40

Hi! Thanks for your answer. The URL is ahoraroma.com I just need a welcome front page like this https://ahoraroma.com/wp-content/uploads/2018/05/Captura-de-pantalla-2018-05-10-a-las-12.38.13.png while im working on the website

Post count: 23312

Hello AhoraRoma,

I can give you a hint in this case. For example, for this page, you should hide the header, footer, and sub-footer section and add the element you want in the content of the page using the page builder. You should use the default page template. -> https://www.screencast.com/t/at3wDNIIEqJb

The code is ->

.page-id-855 .td-header-wrap, .page-id-855 .td-footer-container, .page-id-855 .td-sub-footer-container{
display:none;
}

Hope this helps!

Thanks.

Post count: 40

Hi! Im traying my best but couldnt fix it so far. The page i want to set up as the home page is this one https://ahoraroma.com/prueba4/

Should I write down that code on the TAGDIV composer? (CSS?)

Thanks again!

Post count: 23312

Hello AhoraRoma,

Try to use the code below and place it in Theme panel -> Custom CSS area.

.page-id-1169 .td-header-wrap, .page-id-1169 .td-footer-container, .page-id-1169 .td-sub-footer-container, .page-id-1169 .sd-sharing-enabled, .page-id-1168{
display:none;
}

The result is here -> https://www.screencast.com/t/RDAeHS6RqH The bottom section comes from such a plugin with this functionality like Jetpack or something like this and if you want to remove that section we recommend to disable that plugin and all of untested plugins.

Thanks for your understanding!

Post count: 40

Done it! Thanks a lot!!! 😉

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newsmag’ is closed to new topics and replies.