Disable the variation “x delete”
-
Dear Support team,
I have a couple of things I would like to have changed on my product page.
The following things:
•Disable the “x wissen” (translation “x delete”).
•Put the variations swatches AFTER the text “inhoud”.
•Make distance between price and pricing table and the price of the product less
See image that I have added to this post.
-
This topic was modified 3 months, 2 weeks ago by
xyrios.nl.
Attachments:
You must be
logged in to view attached files.
HEre is an update.
I made a mistake in the one above.
I would like to have:
•Disable the “x wissen” (translation “x delete”).
•No Double variation text after “inhoud”.
•Make distance between price and pricing table and the price of the product less
Attachments:
You must be
logged in to view attached files.
Hello,
01. Try to add the following custom css in Theme Settings > Custom CSS > Global Custom CSS:
.wd-reset-bottom-md .wd-reset-var {
display: none;
}
02. Navigate to Theme Settings -> Shop -> Variable products and enable the “Show selected option name on desktop and tablet” option – https://take.ms/jusG6
03. Try to add the following custom css in Theme Settings > Custom CSS > Global Custom CSS:
.single-product .tiered-pricing-options {
margin: 0px 0 !important;
}
.single-product .woocommerce-variation>div {
margin-bottom: 10px !important;
}
Best Regards,