Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #906480

    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.

    #906632

    Hey vmoralestejedor,

    To remove the read more button, add this custom CSS code:

      .more-link {
       display: none;
    }
    

    Best regards,
    John Torvik

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.