Hide Read more button
-
In Content Views lite version, there is no setting to hide Read more button for each View. But you can hide this button easily by this custom CSS:
.pt-cv-readmore {display:none}
If you want to hide this button for specific View, please use this CSS:
#pt-cv-view-VIEWID .pt-cv-readmore {display:none}
(Please replace VIEWID with ID of your View)Best regards,
- The topic ‘Hide Read more button’ is closed to new replies.