• Resolved swannn

    (@swannn)


    Only for my parent categories (categories that contain at least one child) I want to blend out:
    – the checkbox option
    – the number on the right that shows how many products are within the category

    Reason: I use the parent categories to structure the filter. They themselves dont contain any products. Thus, users might be confused if a category does not have any products in it – the parent should only function as a drop down to its children.

    FYI: I have no experience in coding and use the Elementor page builder. I am able to add custom CSS to the Elementor mask.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter swannn

    (@swannn)

    This worked in CSS:

    li.wpc-has-children > div > input[type=checkbox],
    li.wpc-has-children li > div > input[type=checkbox] {
    display: none;
    }

    Thread Starter swannn

    (@swannn)

    This worked in CSS:

    li.wpc-has-children > div > input[type=checkbox],
    li.wpc-has-children li > div > input[type=checkbox] {
    display: none;
    }

    Plugin Author stepasyuk

    (@stepasyuk)

    Hello swannn
    Thank you for the report. I’m glad that you were able to solve the issue.

    Regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Parent Category should only be dropdown with no checkbox’ is closed to new replies.