Hello Enfold,
I was wondering if it was possible to only display the title of a blogpost instead of the full post or excerpt, and link the title to the full post?
best regards
Hey WolfvanHaeren!
Can you post the link to your blog page please so we can see what style of blog you are using?
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive .entry-content {
display: none;
}
.archive article {
padding-bottom: 50px;
}
Regards,
Yigit
it works thanks!