Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, are you referring to the single row products listed below the slider and smaller row of images?

    If so, that is part of the homepage template and there isn’t any theme options to disable those particular sections. You can either create a custom page to display as your homepage and use blocks to display content how you’d like.

    Or you can hide certain sections on the homepage using CSS. To hide the single row of products that you’re seeing, you can add the following into Appearance->Customize->Additional CSS

    .home .storefront-product-section {
      display: none;
    }
    Thread Starter jacklogan05

    (@jacklogan05)

    hello! when you enter my site, you will see the header, the blue header text, the image slider, the image, and then the labels for the images, I want everything below the labels gone.

    Thread Starter jacklogan05

    (@jacklogan05)

    fixed! thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Random and uneditable things appeared at the bottom of home page’ is closed to new replies.