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.
- Thanks in advance!!
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.
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!
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!!