Remove Blog "read More" Button?

Hi,

I have a question about CS-Cart's blog add-on. On my blog page, the entire article is shown at once. So I don't see the need for the "Read more" button. If one wants to have the entire article on a separate page, it's possible to just click the article header. So could I just remove the Read more button? If so, how?

Grateful for input =)

Add the following code to the CSS section of the Theme editor:

.ty-blog__read-more {
    display: none;
}