• I love the theme. However, I need to remove the “recent post” section. I just need the landing page with the form, nothing else. How do I remove the rest of the page? Here is a screen shot: https://snag.gy/fk1V9X.jpg
    I don’t need anything below the form. Please advise. Thank you.

Viewing 1 replies (of 1 total)
  • Theme Author inkthemescom

    (@inkthemescom)

    Hi,

    You are requested to put below custom CSS code in the Custom CSS field located under customizer panel of the theme:

    .template_five .page_container  .blog-heading-wrapper,
    .template_five #content_wrapper.content,
    .template_five .template_feature_container{
    display:none;
    }

    This will help you to figure it out and remove the other sections from there.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove everything except the landing page portion?’ is closed to new replies.