Home Forums WoodMart support forum Remove Color Variation Title

Remove Color Variation Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #158623

    Masum
    Participant

    How To Remove or Hide Color Variation Title of product Page?

    Attachments:
    You must be logged in to view attached files.
    #158653

    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

    #158738

    Masum
    Participant

    I’ve used your code, but nothing has changed!

    #158793

    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

Viewing 4 posts - 1 through 4 (of 4 total)