menu not appearing with prebuilt layout
By Jeff Spitzer, 7 years ago. Last reply by Alex S, 7 years ago
Hello, So I’m using the Vantage theme with one of the pre-built layouts (train[ed]), and I wanted to remove default theme elements so that it looks like the pre-built design, so I found and added this custom css: .site-header .hgroup, .site-footer { display: none !important; } #main { padding-top: 0 !important; padding-bottom: 0 !important; }…