The Divi Theme includes several mobile menu bar styles. When the desktop version of the site is using a centered header style, the mobile site will display a grey bar with the text "Select Page" and a right-aligned mobile menu button. If you'd like to change the color of the grey bar, you can use the following CSS:
/* Change background color on mobile menu bar button */
.et_header_style_centered #main-header .mobile_nav {
background-color: #fff !important;
}
Related Post: Adding CSS to the Divi Theme
0 Comments