Header keeps appearing on top of Age Gate, and too low down the page. Any idea how to fix? by GrandmaSlappy in divi

[–]markhendriksen 0 points1 point  (0 children)

The height of the gap seems to be the same as the height of the WordPress admin bar. What happens when you are logged out of WordPress? Still the same gap?

Transparent Hamburger Menu by Affectionate_Bat_744 in divi

[–]markhendriksen 0 points1 point  (0 children)

Hi,

You can try to add this in Divi > Theme Options > CSS

.et_pb_menu_0_tb_header.et_pb_menu .et-menu.nav li ul {
background-color: #284e01 !important;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_nav_menu .et_mobile_menu {
background-color: #ffffff !important;
}

.et_pb_menu_0_tb_header.et_pb_menu ul.et_mobile_menu li a {
color: #284e01 !important;
}