Search Divi Layouts Extended Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to make dropdown menu corner round in DLE header

To add the border-radius effect in the dropdown menu in the divi layout extended header, edit the header in Divi Theme Builder >> edit the module label as code >> add the property in the existing code.

.dle-hd-13 ul.sub-menu {
  padding: 0 !important;  
  border-radius: 10px;
}
Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Please Share Your Feedback
How Can We Improve This Article?