Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #361228

    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?

    #361300

    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

    #361562

    I tried that but no luck. Please help.

    #361565

    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

    #361655

    I tried that but no luck…

    #361837

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.