Advanced > HTML & CSS Question

Hi. I would like to remove the ‘Sticker’ department from my Spreadshop since it’s redundant (sticker is accessible via accessories). How do I do this?

When I use the following code under CSS, it still doesn’t produce the desired result
#sprd-department-filter__department-D61 {display:none;}

The attached image shows a before using code, and after using code.

You need this:

#department-filter-D23 {
display: none !important;
}

Thank you @Berliner_Original.
The code you gave me worked perfectly when I used 61 instead of 23.
I appreciate your help. :+1:

Youre welcome. Wondering about the differents. Checked all Themes and Sticker has always the department D23 class in my shop. No matter.

Greetz

I think it’s the case that NA shops have the Sticker department as 61, and the EU shops have the Sticker department as 23.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.