• Resolved sakajawa

    (@sakajawa)


    OS: Windows 10
    Hosting : OVH
    Theme : Naturelle
    Wordpress 4.8.3
    Browser : Firefox, Edge, IE9

    Hi guys,

    I have a problem with the primary menu. The menu looks like this : http://sacajawa.be.

    Nevertheless it disappears on certain pages (like this one : http://sacajawa.be/prestations/) but seems to be present in the source code… And it reappears when turning on smartphone display. Any idea ?

    Thanks for your support

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello sakajawa,

    I figured out that menu is hide by css. Add below code into style.css file of your current child theme or you can add it into additional css option into theme customizer.

    
    .site-header-menu {
      display: block;
    }
    

    Hope this will helps you.

    Thanks !

Viewing 1 replies (of 1 total)
  • The topic ‘Primary menu disappears/invisible’ is closed to new replies.