ceasecowsmag
Forum Replies Created
-
Figured it out! For “blog” category, for example, I put the following in the Additional CSS area:
.category-blog .archive-header {display: none !important;
}Note: I’m looking at it in the live preview and when I try to enter snippets of code that hid this on my current theme, the code isn’t working. This is the code I currently have, some of which hid this issue on my current theme, but not when I try to plug it in on the Koji theme:
#site-logo {
display: none;
}
.home #site-logo {
display: block;
}.archive .page-title {
display: none;
}.post-meta .post-category {
display: none;
}.site-header a {
font-weight: bold;
}#comments, #respond {
display: none !important;
}.nav-subtitle, .post-navigation .nav-links {
display: none;
}- This reply was modified 5 years, 4 months ago by ceasecowsmag.
- This reply was modified 5 years, 4 months ago by ceasecowsmag.
Sometimes it’s on the home page and sometimes other pages. It varies. I wish this forum allowed images to be posted because I took screen shots to show what it’s doing. This issue was noticed by me, not reported by a visitor. I have not yet tried it on another mobile device using Safari.
I’ve had it happen in both scenarios you mentioned.