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;
}
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;
}
0 comments:
Post a Comment