Hey! I’m using the Prestige theme and want to remove the heading for the featured collection on the homepage but there doesn’t seem to be an option to do so. Does anyone know how to remove it and reduce the white space around the carousel?
@kimbermiller - we will need custom css for it, can you please share your website and password if any?
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
Could you provide me store URL? I should be able to answer your question.
Yours faithfully!
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >base.css and paste this at the bottom of the file:
#shopify-section-1595747976625 .SectionHeader__Heading.Heading.u-h1 {
display: none;
}
#shopify-section-1595748384564 .SectionHeader__Heading.Heading.u-h1 {
display: none;
}
It doesn’t look like the Prestige theme has a base.css.
Thank you!
There is no password. Thank you!
I actually still haven’t figured this out. Anyone know how?
@kimbermiller - add this css to the very end of your theme.css file and check
.template-index .SectionHeader__Heading{display: none; visibility: hidden;}