• Resolved thefreelancetranslators

    (@thefreelancetranslators)


    I’m starting this web. I’d like to know how to remove the Reset button in the Multiple Category Selection Widget.

    I have tried:

    .wpmcsw reset {
    display: none;
    }

    but no luck. I’d appreciate some help.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    When you’re referring to a HTML element that has two classes, in CSS you do not separate those classes with spaces. You also still have to define each class with a full-stop/period (.) character.
    E.g
    This HTML;

    <div class="class1 class2">

    Can be referred to in CSS as;

    .class1.class2

    Thread Starter thefreelancetranslators

    (@thefreelancetranslators)

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove "Reset" button in Multiple Category Selection Widget’ is closed to new replies.