- This topic has 5 replies, 2 voices, and was last updated 3 years, 1 month ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Free Themes › Greatnews › hide date & categories on posts
How do I hide date and categories on individual posts?
Also – have tried everything to hide header image on posts. Can you help?
@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=6fddb78e8bad0e5f73b5f91cd695a284
And can you please confirm is that the parts inside the red circle that you want to hide
https://www.awesomescreenshot.com/image/14378869?key=2fd334b780e855879846ce8aebf58edf
If 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
I 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.
Oh, 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=71260feaffc284d2193103f98bd9b10f
Please let us know if you have any other issues that needs to be fixed
How do I hide the author name and pic on the post slider on the front page? Using Greatnews pro
please add this CSS in the additional CSS
#posts-slider .author-wrapper {
display: none;
}
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |