• Hi there. Thanks for the theme.

    Please let me know how to get the content-scroller on the homepage to work, thanks. (It doesn’t show at all at the moment)

    Also, what CSS can I add to remove the post-thumbnail/featured-image from single posts?

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author AyoThemes

    (@ayothemes)

    Hi @kayafr1ca,

    For the slider:
    1. Create a page and then set “Homepage” as the page template.
    2. Navigate to Admin dashboard > settings > reading > Static front page and then select the page that you create previously.

    For the post-thumbnail add this CSS code:

    .single-post .post-thumbnail {
    	display: none;
    }

    Cheers

    Thread Starter kayafr1ca

    (@kayafr1ca)

    Thank you for the helpful reply.

    1. I see how the slider works now. (am still deciding whether or not to activate it as I was wanting to add something underneath the slider on the homepage, not just blog posts).

    2. Thanks for the additional CSS code. I was being silly – when switching to your theme, the additional CSS from the previous theme got commented out, so the code I was adding between the */ wasn’t working, obviously (o:

    Thanks again for the clean-looking theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘content slider not showing’ is closed to new replies.