Remove header but not the menu
By mayu, 5 years ago. Last reply by Andrew Misplon, 5 years ago
Hello Site Origin! On my website www.nordgreninnovation.com I would like to remove the header on all pages but not remove the menu. I have tried the following CSS .site-main { padding-top: 0 !important; padding-bottom: 0 !important; } but it removes the whole header and also the menu. I want the menu to stay as it…