Hi! I’m just curious if there’s a way to hide the author and author info on the post pages in the headline theme. I’m going for a more clean/clutter free look and I think that’d help! I’m sure it could be done with code, but I’m not familiar with programming languages as a whole
If you want to hide the entire sidebar in the article:
.gh-article-sidebar {
display: none !important;
}
Inject that custom CSS.
unfortunately it does not work for me
Do you have it within style tags?
1 Like
<style>
.gh-article-sidebar {
display: none !important;
}
</style>
Following up, did you try the above solution?
I have not been able to yet, I got busy with work but I will try it tomorrow. Thank you!
Late response but I tried it and it worked! Thank you!
1 Like
