How to hide sort and filter from the bundle builder?
Advanced Customization can be done in the Additional configurations settings of Branding Configurations
Settings > Additional configurations > Custom CSS for full page builder
If you want to hide Sort and filter options from the product page
- Navigate to the additional configurations within Branding Configuration
- Copy and paste the code below in the Custom CSS Settings
.gbbFiltersSearchSortHeader {
display: none !important;
}
${color}[#007a7a](If you are facing any troubles or have further customization requests
Book a meeting with our team here!)
Updated on: 01/12/2024
Thank you!