Home Forums WoodMart support forum How to remove current variation name text. and the clear button

How to remove current variation name text. and the clear button

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #625047

    zehpan
    Participant

    hi, can you tell how to remove those part, as marked in the attachment.

    THanks!

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    span.wd-attr-selected, .reset_variations, .wd-reset-var {
        display: none !important;
    }

    Best Regards

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