Home › Forums › Pro Support › hide excerpt on mobile › Reply To: hide excerpt on mobile
April 15, 2019 at 5:11 pm
#8747
Keymaster
Hi there,
Try this CSS:
@media (max-width: 768px) {
.wp-show-posts-entry-summary {
display: none;
}
}
Let me know 🙂