This topic has 6 replies, 2 voices, and was last updated 10 years ago ago by Stan Russell
Hi
I use the timeline layout and the main page. But i dont want to show the post-description. I just want to show only the Thumbnail and the Title on the main blog page… the post discription should only be on the single post site… i guess i can change it in the archive.php?
but how?
thx for help
Hello,
please provide us with link to your site.
Regards,
Stan Russell
the site is on an localhost… but its your blog timeline theme… why do you need an link? its your standard blog layout and i just want to hide the blog excerpt or at least use less characters to show…
Hello,
it can be done using custom.css. Please enable it in Theme options > Custom css > Enable
After that please add following code to file ‘custom.css’ that is placed in wp-content/themes/legenda/ (you may rename existing file ‘default.custom.css’ to ‘custom.css’):
.blog-post .post-info {
display:none;
}
.blog-post .post-description p {
display:none;
}
Regards,
Stan Russell
ok thx but i just solved it by making a seperate blog site with the grid widget… it looks nice that way… but thx anyway
We are happy that you have solved your problem. Have a nice day!
Regards,
Stan Russell
The issue related to '‘How can i hide the post-description on the timeline blog page’' has been successfully resolved, and the topic is now closed for further responses