Good Morning,
How do I disable the Read More Function at the bottom of this page and all pages? https://www.prvlge.com/index.php/163-champagne
Cheers Jim
Hi origomedia, You can add the following CSS code to the Backend > Site template styles > ja-blockk > Tools > Custom CSS:
.view-article .read-more { display: none; }
Thanks dominic