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.
GK User
Sun Jan 29, 2017 6:46 pm
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)
User avatar
Fresh Boarder

Joshua M
Mon Jan 30, 2017 9:15 am
Hi,
Try to add the following custom css code:
Code: Select all
.single-post .author-info,
.single-post .entry-header small {
   display: none;
}
User avatar
Moderator

GK User
Wed Feb 01, 2017 6:30 am
Thank you so much!
User avatar
Fresh Boarder

GK User
Wed Feb 01, 2017 6:49 am
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.
User avatar
Fresh Boarder

Joshua M
Wed Feb 01, 2017 8:56 am
Try to add the following custom css code:
Code: Select all
.entry-summary, .entry-content {
    width: 75%;
}
User avatar
Moderator

GK User
Sun Feb 05, 2017 9:53 am
Thank you so much! :)
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.