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;
}
It did exactly what I wanted, however now no menu will appear at the top.
Here is my site: https://nutritioncoachpdx.com
What I would like is for a menu to show in the thin white space at the top of the screen, and stay on the screen when scrolling.
Can you help me find the best of both worlds here?
Thanks,
-J
Hi Jeff,
I’ve had a look at your website and it looks like you’ve changed themes. Are you still looking for assistance with this?