ComicPress 2.9 CSS Overview – Part 1 – Entity List
Nov25
Click on the area to go to the page that has a more descriptive explanation.
- body { } & #sidebar-aboveheader
- #page-wrap {} / #page-wide-wrap {}
- #page {} / #page-wide
- #header / #sidebar-header
- #sidebar-menubar #menubar
- #content-wrapper
- #comic-head #sidebar-overcomic
- #sidebar-comicleft
- #comic
- #sidebar-comicright
- #sidebar-undercomic
- #subcontent-wrapper
- #sidebar-overblog
- #sidebar-left
- .narrowcolumn / .column
- #sidebar-right
- .comic-post
- #blogheader
- #sidebar-blog
- .uentry .post .entry
- #sidebar-underblog
- #sidebar-footer
- #footer
- .sidebar
Hi I need help with the comicpress theme. My site https://spellboundcrimescomics.com/ posts the title, author, time and date published, chapter title and I would like to hide that information. I cannot find anywhere in the backend to do this and wordpress doesn’t allow markup of the css already there. The code says it’s an article with post information but I can’t find that either.
.post-text { display: none!important; }
or
.post-info { display: none!important; }
one of those two, you can also view the css classes in that area and see which class you might want to display: none; on