Single productpage: Howto remove the clear button/text?

This topic has 5 replies, 2 voices, and was last updated 2 years, 6 months ago ago by demzie

  • Avatar: demzie
    demzie
    Participant
    November 12, 2021 at 16:06

    Single productpage: Howto remove the clear button/text?

    I want to completely remove the ‘Clear’ that appears when selecting a attribute option.
    Howto do this?

    Also for the shop / category page, it also comesup.. dont want it 🙂

    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 12, 2021 at 16:22

    Hello,

    Try to add the next code in Theme Options > Theme custom CSS:

    a.reset_variations {
        display: none !important;
    }

    Regards

    Avatar: demzie
    demzie
    Participant
    November 12, 2021 at 16:26

    Yes, this works! but only for single page.. howto also disable on category/shop page?

    Thanks

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 12, 2021 at 17:05

    Please change the code to:

    a.sten-reset-loop-variation,
    a.reset_variations {
        display: none !important;
    }

    Regards

    Avatar: demzie
    demzie
    Participant
    November 12, 2021 at 17:29

    Works!

    Thanks!

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Single productpage: Howto remove the clear button/text?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.