Search Flexile Child Theme Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

Change the color of the secondary menu on tablet and mobile

@media screen and (max-width: 980px) {
#top-header {
 background-color: #000000 !important;
}
}

If you want to change the color of the secondary menu (default header), you could add the above CSS code to the Divi theme options.

Change #000000 and use your own color.