Hi.
Thank you for your awesome theme, it’s the best.
I’m trying to have a blog page with the whole text of the posts. Similar than this demo
https://kriesi.at/themes/enfold/blog/blog-single-author-big/ but without “read more” but the whole post.
I have select in “blog entries” – “whole post”, but the page only displays the title, please find the link in private section.
How could I do that?
Thank you in avance.
Hey vmoralestejedor,
To remove the read more button, add this custom CSS code:
.more-link { display: none; }
Best regards,
John Torvik