Remove Color Variation Title
-
How To Remove or Hide Color Variation Title of product Page?
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-tltp span.woodmart-tooltip-label,
div.tooltip-inner {
display:none;
}
.woodmart-tltp span.woodmart-tooltip-label:before,
div.tooltip.top .tooltip-arrow {
display:none;
}
.woodmart-buttons>div a span.woodmart-tooltip-label:before {
display:none;
}
Best Regards
I’ve used your code, but nothing has changed!
Hello,
You have customized the swatches or use the plugin and HTML structure does not allow to remove the titles. You will have to use the default theme swatches.
Best Regards