Search Divi Restro Menu Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

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:

  1. Go to Your WordPress Dashboard.
  2. Navigate to Divi > Theme Options.
  3. Scroll down to the Custom CSS section.
  4. 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.