- This topic has 6 replies, 2 voices, and was last updated 3 years ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.


Home › Forums › Pro Themes › Signify Pro › How to remove Author on blog page and also next and previous post?
Tagged: author next post prev post
Is it possible to remove the author name and the category on the blog page? I would like to have only the date.
And is it possible to get rid of ‘prev post’ end ‘next post’ under each post?
Paul.
Yes, it is possible, could you please share your site URL? We will inspect and provide CSS
URL is https://pijnacker-nootdorp-cultuur.nl, but the blog page is https://pijnacker-nootdorp-cultuur.nl/alle-berichten
Paul.
Please add this CSS in the Additional CSS
.single .post-navigation,
.blog #main .entry-meta .byline,
.blog #main .cat-links{
display: none;
}
Great! Now only the category under the blog posts is remaining. Could we get rid of that as well?
Please Add this CSS
.single .cat-links{
display: none !important;
}
magnificent, tnx very much.
| 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. |



