Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
How can I do these adjustmens at the team’s post:
1. Give some space between the photo and the name?
2. Remove the details of the post below the name (posted by…, date…)
3. Remove the icon heart and the comments area?
Hello,
These are not team posts, but rather normal blog posts. To increase the distance of image from title, please add this cod einto your custom css box:
.blog-article.standard-style .content {
padding-top: 30px !important;
}
To remove the post’s like option, go to General Options > Blog Config > Active Post Like, set it OFF.
To remove the details, add this code into your custom css box:
.blog-article.standard-style .info {
display: none;
}
Best regards!
You must be logged in to reply to this topic.