• I would like to be able to remove the blog posts from the front page of my site, so only the Content Slider and Footer Widgets are visible.

    I’ve created a blank page, set the front page to static and pointed it at that page. That page has also been marked to use the Homepage template.

    Still, under my Content Slider, my blog posts (and side bar) appear, just as on my blog page.

    So: How can I remove the blog posts and side bar under my content slider on my home page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Torkel,

    Please share the site url so we can provide you the custom css as per the need.

    Kind regards,

    Manoj

    Hi @torkel, I have the same issue, I would like to edit my Homepage yet I love the content slider – the main feature of the theme, but I would like to insert the full width image under the connect slider instead of having my blog posts and sidebar as per default. Whenever I try to edit the page its either using the homepage template and nothing can be changed within it then or changing the template (to full width) and then I loose the content slider at the top.

    Is there a way to solve this problem?

    I am now looking into creating a child theme and then trying to play with it may be, but did not do that yet and not sure what is the optimal way to go about it.

    I would appreciate your help and any directions.

    Thank you.
    E

    Theme Author AyoThemes

    (@ayothemes)

    Hi @torkel and @trueyouconnect

    That one only possible via a child theme.
    Please download this sample child theme and then select homepage 2 for the template.
    You might want to add space below the slider by adding this CSS code:

    
    div#featured-content {
        margin-bottom: 1.5rem;
    }
    

    Hope that help.

    • This reply was modified 7 years, 6 months ago by AyoThemes. Reason: more clear instruction
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove blog posts from front page’ is closed to new replies.