• This plugins is all that I need, but I would like to suggest a way to hide/show from the public page groups, subgroups and items instead of remove them.
    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author PriceListo

    (@pricelisto)

    Hello,

    If you just want to hide specific items, you can use CSS and target it based on group or item ID.

    For example, hiding a group with ID of 14:
    .brm-group-14 {display: none;}

    Same with item with ID of 3:
    .brm-item-3 {display:none;}

    If you want to hide using expand/collapse feature, then you would need to implement it using a JavaScript library and target main section class .brm-menu-section.

    Hope that makes sense.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide/Show items, groups and subgroups’ is closed to new replies.