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!
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
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.
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!
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!