I am looking to disable the header bar on the main landing page for http://www.dynamictape.com. There is a white bar across the top of the screen above the video landing page.
Is that code correct? I just posted it directly into the custom css code and it didn’t change anything. I still have the white bar across the top of http://www.dynamictape.com
Yes, it is correct code but it seems the ID of the section is getting changed therefore the code is not working on your site so please try using the below custom CSS code.
body > div > .sh-section {
padding-top: 0 !important;
}