Tagged: problem
Author | Posts |
---|---|
Mohammadreza
December 5, 2023 at 3:36 pm
|
hi i want delete this NotEvent option . but i dont know how ? thanks |
Sebastian
December 5, 2023 at 4:19 pm
|
Hey, You can hide things in Microthemer using CSS styling, but not remove them.
If the default option in the select menu is “Yes”, then that’s problem solved. But if it’s “No”, you will need to find a way to modify the HTML on the page. This can be done with JavaScript, if it can’t be done via the WooCommerce settings. Here is some code that will work as long as the select menu gets loaded when the page first renders, instead of being added after a delay: (Go to Settings > View > Full code editor and past it on the JavaScript tab)
If this doesn’t work, the menu is probably added later, in which case I would need a link to the page to come up with alternative code. I hope that helps. Let me know if you still need assistance. Thanks, |