Hi,
I am using a onepage layout which also includes my blog posts on it. If one were to click on a blog post, and consequently clicks on the author, it goes to the author page. However, this page shows the same menu/header as my onepage, i want this header removed from this page as the links do not work because they only work on the homepage.
In short, how do i remove the header+menu from the author page?
Thanks!
Hey dekoningalex,
Thanks for getting in touch with us!
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.author #header {
display: none !important;
}
Best regards,
Jordan