This topic has 4 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
Hi, how can I hidden the reset variations buttons on products page… thanks!!
Hello,
Go to Theme Options > Styling > Custom CSS and add the following code
.single-product .variations .reset_variations {
display: none !important;
}
Regards
Thank you! works fine!! 🙂
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up