Hi. I made a label for my store using the BSS Labels & Badges app and I am trying to get it so that when I open my main menu, the label goes away. The app has an option to not display the label on certain blocks, but I am not sure what CSS selector I would put in to make it work. Thank you!
Hi @kennedy17 !
For the block shown in your photo, I would suggest testing out each of the following ids/classes and seeing which one works, as the badge may be applied to any of the following sections within the navigation side bar.
Copy and paste the each of the following into this box one at a time:

#menu-drawer
.menu-drawer__inner-container
.menu-drawer__navigation-container
.menu-drawer__navigation
.menu-drawer__menu has-submenu.list-menu
Let me know if any of these custom blocks remove the badge. If not, please send me your site link and I can have a closer look at what block the badge is being applied to.
Hope this helps!
Hello @kennedy17 ,
Please share the store URL
btw you don’t want to display the new arrival label on the sidebar menu ?
If problem solved don’t forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
Hi, I tried each one, but unfortunately it didn’t work. The link is mudandlove.com - thank you so much!
Yes, I don’t want the label appearing on the side bar menu when I open it! The link is mudandlove.com - thank you so much!
Hi @kennedy17 !
Currently, it seems there’s no badge appearing on your site. Could you confirm if the badge you added is still being applied?
Hi, if you click new arrivals on the homepage, the label with appear in the top left corner of the product, and that is where when you open the menu the label displays. Thank you so much!
Follow these steps:
-
Go to Online Store → Theme → Edit code
-
Open your base.css file and paste the following code at the bottom:
.bss_pl_img .bss_parent_text {
z-index: 2 !important;
}
If problem solved don’t forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services
You can find the email in the signature below.
Thanks
Yes this worked! Thank you so much!


