Home › Forums › Free Themes › Greatnews › hide date & categories on posts
- This topic has 5 replies, 2 voices, and was last updated 4 years ago by
Psink.
-
AuthorPosts
-
October 1, 2021 at 10:11 pm #158481
Susanna Freymark
ParticipantHow do I hide date and categories on individual posts?
Also – have tried everything to hide header image on posts. Can you help?
October 2, 2021 at 2:08 am #158486Psink
Keymaster@SUSANNA-FREYMARK, there is the options to hide date and category inside theme customizer. Please follow the screen record
https://www.awesomescreenshot.com/video/5469067?key=6fddb78e8bad0e5f73b5f91cd695a284And can you please confirm is that the parts inside the red circle that you want to hide
https://www.awesomescreenshot.com/image/14378869?key=2fd334b780e855879846ce8aebf58edfIf that’s the one, please add this css in the additional css to hide header image
.single-post #page-site-header { display: none; }hope this will cover to solve your issue
October 2, 2021 at 7:42 am #158495Susanna Freymark
ParticipantI was talking about hiding the categories and date on the front page stories as it looks too busy.
I/m using Greatnews pro.I took a screenshot but don’t know how to send it to you. Here’s link to front page.
https://indynr.com/?vhp_flush_do=all&_wpnonce=e33249ede3
Thanks.
October 4, 2021 at 12:30 am #158556Psink
KeymasterOh, sorry I thought it’s for a single post page.
here is the new code, to hide the date and category of the posts on the homepage, add this in additional CSS
.home .entry-meta { display:none; }and this to fixed topbar search design issue
@media screen and (min-width: 1025px){ .main-navigation form.search-form input { padding: 0 10px; padding-left: 60px; } } form.search-form button.search-submit { left: 20px; } @media screen and (max-width: 1024px){ .main-navigation form.search-form input { padding-left: 60px; } }Your homepage looks something like this – after adding code in additional CSS
https://www.awesomescreenshot.com/image/14425691?key=71260feaffc284d2193103f98bd9b10fPlease let us know if you have any other issues that needs to be fixed
October 9, 2021 at 9:04 pm #158850Susanna Freymark
ParticipantHow do I hide the author name and pic on the post slider on the front page? Using Greatnews pro
October 11, 2021 at 6:14 am #158899Psink
Keymasterplease add this CSS in the additional CSS
#posts-slider .author-wrapper { display: none; } -
AuthorPosts
- You must be logged in to reply to this topic.





