• Resolved DCEMSA

    (@dcemsa)


    I updated this website a week ago or so and I can’t get the top menu bar to go away. I only want to use the side menu bar. It almost seems as if it is still using code from the old template which i dont remember what it was. Any help getting rid of top menu bar would be great.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @dcemsa,

    We can hide the top menu bar with the help of custom css. Please apply the below given css under Appereance -> Customize -> Additional Css

    div#primary-menu {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter DCEMSA

    (@dcemsa)

    Thank you. work perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu bar’ is closed to new replies.