New Landing › How can we help? › Atelier › Problem in smarphone version
Thanks. Add the code below to your custom css option.
@media only screen and (max-width: 767px){ .button.product_type_simple { display: none!important; } }
-Rui
That css is fine, that’s a normal warning about the important tag. What specific products? This should remove it from all products.
Don’t forget to purge the cache from the browser/plugins.
It was missing the variable products. replace my previous css code by this one below.
@media only screen and (max-width: 767px){ .button.product_type_simple, .button.product_type_variable { display: none!important; } }
No problem. Glad I could help.
You must be logged in and have valid license to reply to this topic.