• Resolved tobiasoptin

    (@tobiasoptin)


    Hi everyone.

    The theme I used to create my website has a banner on the top of every page and I can’t figure out how to remove it. I searched already in other forums but the solution where the Theme customise page has a dedicated top bar menu, doesn’t work for me. (i don’t have that kind of option.

    I hope you can help me.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Please go to Appearance->Customize->Additional CSS option then add that code

    .top-bar{
       display: none;
    }

    If not work then remove and add that code please

    .top-bar{
       display: none !important;
    }
    Thread Starter tobiasoptin

    (@tobiasoptin)

    thank you very much. this worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Top bar banner’ is closed to new replies.