I want the secondary menu to NOT show up on the home page, only on interior pages.
I tried using this code in the css (as the home page is page id=28).
.page-id-28 #shop_header {
display: none;
}
Nothing happened. Any thoughts on how to fix this?
Thanks so much for your help!














