Search Headers for Divi Documentation
Search for answers or browse our knowledge base.
How can hide the downward arrow from the main navigation bar
To hide the downward arrow from the navigation bar, use the following CSS code. Follow these steps:
- Navigate to the Divi Theme Options.
- Go to the Custom CSS area.
- Paste the provided code into the Custom CSS box.
.dfh-6 .et-menu .menu-item-has-children>a:first-child:after {
content: "" !important;
}
To tailor the CSS code to your specific header number, replace the header number in the provided code accordingly. As an example, we have used header 6 in the code snippet (.dfh-6).