• I would like to get rid of a menu area if possible. The one in between the red borders, with “Home, 15 consult, About, enewsletter, webpage, and social media.”

    Is there a way to do this? I think it is redundant to have both menus and I like the one above in the red bordered area.

    I hope this makes sense. I tried to copy small picture in here.
    Thanks, Laura

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

Viewing 1 replies (of 1 total)
  • Hello @laurachris,

    We can remove menu area with the help of custom css. Please apply the below given css under Appereance -> Customize -> Additional css

    div#header {
    display: none;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Menu area’ is closed to new replies.