Sherman Posted January 15, 2021 Share Posted January 15, 2021 Site URL: https://www.auntyhong.sg/ Hi, I have a section in my main store page called "Categories" where my three categories of SKUs are displayed. I would like that section to disappear on the individual category sub-pages so that users do not need to scroll down through the categories again. Appreciate any help with this! The site is auntyhong.sg. It is alr live. Link to comment
tazmeah Posted January 15, 2021 Share Posted January 15, 2021 Given that you'll only have these 3 pages where you want to remove that section, this CSS should remove it. #collection-5fe06096f3f88b619f3aecbb section[data-section-id="5feaa679403aca2b594ef4ef"], #collection-5fe06096f3f88b619f3aecbb section[data-section-id="5feaa679403aca2b594ef4ef"], #collection-5fe06096f3f88b619f3aecbb section[data-section-id="5feaa679403aca2b594ef4ef"] { display: none; } But if you add more categories, we'll have to either add more code to the above, or get fancier with our coding logic. tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment