How can I delete preview text on a blog selection page?

@Kubson

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-blog .rte { display: none !important;}

Thanks!