Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1412656
Landing Page
Closed

Comments

  • brown07megan started the conversation

    Hi, using the Soledad theme, is it possible to remove the header section for a specific page so that I can create a landing page? Basically, how can I make a blank page in this theme so that I can use a separate page builder to create a landing page?


  •  2,699
    PenciDesign replied

    Hi,

    Can you show me your landing page url here? I can give you some custom CSS to do that.

    Best Regards,

    PenciDesign

  •   brown07megan replied privately
  •   PenciDesign replied privately
  • girlknowstech replied

    I'd like to do the same thing, is there any custom CSS you can provide? Thank you! Sorry if I should start my own thread, but I want to do this exact same thing. 

  •  2,699
    PenciDesign replied

    Hi @girlknowstech,

    You can use this code to do that:

    body.page-id-86 #navigation-sticky-wrapper, body.page-id-86 #navigation, body.page-id-86 #header, body.page-id-86 .clear-footer, body.page-id-86 #footer-section, body.page-id-86 .tags-share-box.hide-tags.page-share{ display: none; }
    body.page-id-86 article.page.type-page{ margin-bottom: 0;  }

    Change all numbers 86 on the above code to your landing page ID.

    Check this guide to know how to find page id of a page.

    Best Regards,

    PenciDesign

  • Monika replied

    Hi, using the Soledad theme, is it possible to remove everything from landing page? (menu, logo, social media, footbar) Everything besides the places where I can use elementor for ex.

  •  2,699
    PenciDesign replied

    Hi @Monika, 

    You can add more this code to Customize > Custom CSS to do that:

    body.page-id-13768 #widget-area, 
    body.page-id-13768 #footer-section, 
    body.page-id-13768 .clear-footer, 
    body.page-id-13768 .penci-top-bar, 
    body.page-id-13768 #header{ display: none !important;  }

    Change all numbers 13768 on the above code to your landing page ID.

    Check this guide to know how to find page id of a page.

    Best Regards,

    PenciDesign

  • Monika replied

    Amazing! Thanks a lot! :) That's exactly, what I wanted to do.

    Regards, 

    Monika