How to remove author, "published in" and avatar/authorname
If you are planning to organize any conference or festival, there are many ways to get help via our forum.
Hi,
I don't understand how I can remove author, "published in" and avatar/author on blog post.
I use Event Template (
www.haugesund-teater.no)
-
- Fresh Boarder
Hi,
Try to add the following custom css code:
- Code: Select all
.single-post .author-info,
.single-post .entry-header small {
display: none;
}
-
- Moderator
-
- Fresh Boarder
Just another follow up, quick question: How is it possible to make the space used to that info to contain a wider content? In example
https://www.haugesund-teater.no/ekstraf ... peter-pan/ I would like to have the text wider and don't have the empty space at the right between the post and the sidebar.
-
- Fresh Boarder
Try to add the following custom css code:
- Code: Select all
.entry-summary, .entry-content {
width: 75%;
}
-
- Moderator
Thank you so much!
-
- Fresh Boarder