How Can We Help?

Search for answers or browse our knowledge base.

< All Topics
Print

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:

  1. Navigate to the Divi Theme Options.
  2. Go to the Custom CSS area.
  3. 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).