ShainaGC Posted April 26, 2023 Share Posted April 26, 2023 Hello, I have a problem on my product page. I dont know why but I have a "?" and I dont know how to make it disappear. I tried to write on my theme.css this : .product-actions .product-quantity .control-label { display: none; } But it doesnt work. I dont know where it comes from. Thanks Link to comment Share on other sites More sharing options...
Prestachamps Posted May 4, 2023 Share Posted May 4, 2023 (edited) Hi @ShainaGC Try to add "!important" after the "display: none" and don't forget to clear the cache from your BO. .product-add-to-cart .control-label { display: none !important; } I hope that I could help. Have a nice day, Leo. Edited May 4, 2023 by Prestachamps (see edit history) 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now