• Resolved Imagelishure

    (@lishure)


    Wordpress newbie over here. I am using the Twenty Sixteen/thebreuergroup Version: 1.3 theme. I was playing around with the page and somehow these sticky/floating headers got added and I can’t figure out how to remove them. It’s blocking my regular header which displays the Location and Office Hours. Please advise me how to get rid of the sticky/floating headers. Thanks!

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Imagesaurabh.dhariwal

    (@saurabhdhariwal)

    Hello @lishure

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

    body:not(.custom-background-image)::before, 
    body:not(.custom-background-image)::after {
      display: none;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter Imagelishure

    (@lishure)

    Yes it worked! Thank you!! 🙂

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

The topic ‘Remove Sticky Header’ is closed to new replies.