I recently updated the theme and I have an issue. When I click the mobile menu button, the menu slides out, but I cant see the “X’ button to close the menu. Can you please take a look?
Hey blake772!
Thank you for using Enfold.
Looks like you updated the theme but you didn’t upgrade WordPress to 4.0.1. Please upgrade to WP 4.0.1. This should fix the issue.
Regards,
Ismael
I tried that but no luck. Please help.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.show_mobile_menu #advanced_menu_hide {
opacity: 1;
visibility: visible;
}
Cheers!
Yigit
I tried that but no luck…
Hey!
It’s because it’s the same color as your header. Try adding this as well.
@media only screen and (max-width: 479px) {
.show_mobile_menu #advanced_menu_hide { color: white !important; }
}
Best regards,
Elliott