Prestige theme - remove “view all products” button

Hi team,

I am trying to remove the “View all products” button from the Featured Collections section of the Prestige theme? I only have 5x products and have them all on the homepage so would like to remove this button.

  1. Thanks in advance!! :slightly_smiling_face:
1 Like

@Kate_JM

please Go to Online Store->Theme->Edit code then go to assets/theme.scss.liquid ->paste below code at the bottom of the file.

#shopify-section-1632980205c57e031d .Button { display: none !important;}

Thanks!

2 Likes

Hii, @Kate_JM
paste this code on top of the theme.scss file.

div#block-1632980205c57e031d-0 .Container {
    display: none !important;
}

Thank You.

@dmwwebartisan worked perfectly, thank you!! :grinning_face_with_smiling_eyes:

1 Like

Hello, any idea on how to do this to Brooklyn Theme, but for the Blog Section that says ?

Will give thumbs up and accept solutions. Thanks in advance!