Remove Date/Author/Link; Excerpt changes
- The topic ‘Remove Date/Author/Link; Excerpt changes’ is closed to new replies.
Need help? Check out our Support site, then
How do I remove the Date, Author, and hyperlink from the Headline from posts listed on the front page?
Also, how do I increase the limit for how long the excerpt can be?
The blog I need help with is: (visible only to logged in users)
Hello,
You can hide this by applying the following CSS (into the Additional CSS section in the customizer):
.post-author {
display: none;
}
I hope this helps!
Emily
That worked perfectly for removing the date and author. Thank you!
There should be a way to remove the hyperlink from the Title also… any ideas?
No problem! This can be done by adding an “Excerpt” within the post. Let me know if you have any other questions.
Sorry, I should have been clearer. I was trying to remove the hyperlink from the post title, but someone else was able to help me out:
.headline {
cursor: default;
pointer-events: none;
}
Thank you for your help. This theme is working perfectly for what we are wanting to do!
Oh I see, sorry for the miscommunication. Glad you got that sorted out, and thanks for following up with the solution! Let us know if you need anything else.
Best,
Emily