• Hello,
    I really like your theme, with its softer rounded forms and different color schemes.
    ??
    Is there a way to hide the top menu destined for social media widgets? If there are no social media icons it shows the search form by default – but I would like to recover that space to bring the page upwards instead, i.e. show nothing if it’s empty.

    I believe the name of the item is “top-menu.navbar-default .sidebar-top”.

    Any help in masking this field if empty rather than filling it with a search form would be appreciated. We don’t need a search field for a handful of pages!
    ??

    All the best,

    Denise

    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 dlclose,

    You can hide it with css. Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    nav#top-menu.navbar-default {
      display: none;
    }

    Hope this will helps you.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Hide top menu?’ is closed to new replies.