I translated a few buttons on the store, and then this bug pops up. It’s the 3rd time it happens to me, whenever I work on a new theme.
Can you please help me remove it? (next to the price, the little black bar)
Link: https://ggkfiq297qfhbnul-57996148898.shopifypreview.com
1 Like
@Ronnie99 oh sorry for that issue, can you please try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
span.badge.price__badge-sale {display: none;}
Hi @Ronnie99
To complete your requests, please follow these steps:
- Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
- Paste the code provided into the Custom CSS section.
.price--on-sale .price__badge-sale {
display: none !important;
}
Here is the result:
https://img001.prntscr.com/file/img001/E-AvI_BoQxSim-Q__VqZcg.png
I hope this helps
Best,
Daisy