• Resolved hectoamp

    (@hectoamp)


    Right now the top bar contain the top menu.
    I’ve disable the top menu.
    Now I want the top bar removed altogether.

    How can I achieve this?

    I’m not really a programmer or tech savvy btw…
    Thanks alot.

    Top Bar

    My website is https://www.hectoamp.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello hectoamp,

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


    .topbar {
    display: none;
    }

    Hope this will helps you.

    Thanks !

    Thread Starter hectoamp

    (@hectoamp)

    Thank you so much for the prompt reply and help~!

    .topbar {
    display: none;
    }

    Work perfectly~!

    I just copy pasted it in the additional css option.

    who knew its that simple.. hahah

    Thank you so much for your time and help.
    I find this resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Marlin Lite Theme] How to remove top bar’ is closed to new replies.