Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @karanjhanwer,

    The Pro version has the option to disable or reorder home page sections, but a bit of a workaround in the free version would be for you to set it to Banner in Appearance > Customize > Front Page > Banner/Slider, then go to Appearance > Customize > Header Image, and remove the image.

    Hope this helps! ??

    Thread Starter karanjhanwer

    (@karanjhanwer)

    Thanks a lot Steven, it worked. Is there a way to remove the two dashes on either side of the word ‘Popular Posts’ on the homepage?

    Glad to hear that, @karanjhanwer!

    This CSS should do the trick for removing those:

    .frontpage-featured-posts .block-title span:before, .frontpage-featured-posts .block-title span:after {
        display: none;
    }

    Let me know if you need anything else!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove slider from homepage’ is closed to new replies.