Search Divi Restro Menu Documentation
Search for answers or browse our knowledge base.
How to round the corners of categories in the filterable menu of Restro Menu
If you want to round the corners of the category buttons in the filterable menu of Restro Menu, follow these steps:
- Go to Your WordPress Dashboard.
- Navigate to Divi > Theme Options.
- Scroll down to the Custom CSS section.
- Add the following CSS code:
.el_restro_menu ul.el-drm-menu-items-categories li {
border-radius: 10px;
}
Click Save Changes.
Refresh your website to see the updated style.
This will apply a rounded corner effect to the categories in the filterable menu of Restro Menu. You can adjust the 10px
value to increase or decrease the rounding effect according to your preference.