Hello,
Unfortunately, in the current version of Webba there is no such option.
But it can be done using custom CSS. Please, send the list of category IDs so I can prepare the proper CSS code for your case. Category ID is the first column on the ‘Service categories’ page.
Thank you for your quick answer. I’d like to display category IDs 5 and 6, while ID 7 should not appear.
The custom CSS code for your case is the following:
#wbk-category-id option{
display: none;
}
#wbk-category-id option[value="5"], #wbk-category-id option[value="6"]{
display: inline-block;
}
You can add the code in the Appearance – Customize section in the WordPress dashboard.
Please, note: this code affect all pages. So if you need this to be applied only on a certain page, add the custom code only on these pages. The way to do that depends on a builder / editor you are using.
If you have any questions, please let me know.
Works perfectly well. Efficient and responsive once again, many thanks!
Glad I could help!
If you have any other questions, feel free to create another topic.