Unable to see your menu on mobile with the Divi Theme?
Please go to your WordPress Dashboard > Divi > Theme Options > Custom CSS and add the following:
#main-header .mobile_menu_bar:before{
color: white !important;
}
Unable to see your menu on mobile with the Divi Theme?
Please go to your WordPress Dashboard > Divi > Theme Options > Custom CSS and add the following:
#main-header .mobile_menu_bar:before{
color: white !important;
}
If you set your Divi Menu centered, you will see on your Mobile by default “Select Page” before your menu bar. Use this CSS snippet to hide it.
#et_mobile_nav_menu span.select_page {
display:none;
}