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

    On mobile devices the menu botton and social buttons are not visible.
    Only the outlines are visible.
    I use a transparent menu

    Do you have a solution?
    Thank you.

    #444329

    Hi SanderGeven!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    #top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
      background-color: transparent;
      position: absolute!important;
    }}

    Regards,
    Yigit

    #444888

    Hello Yigit,
    Thank you for the quick response and the CSS code, this works!

    Only a small issue left:
    when I open the menu, the menu button dissapears while the menu is open.
    Again only the outlines are visible.

    Thank you in advance.
    Kind Regards,

    Sander Geven

    #445003

    Hi!

    Please add following code to Quick CSS as well

    .show_mobile_menu #advanced_menu_hide {
      color: #e2e2e2!important;
    }

    Regards,
    Yigit

    #445259

    Thank you!
    that works.

    All OK now.

    #445734

    Hi!

    Great, glad we could help :)

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Menu en social buttons not visible on Mobile’ is closed to new replies.