Home › Forums › Pro Support › Mobile dispaly › Reply To: Mobile dispaly
September 20, 2019 at 8:16 pm
#11224
Keymaster
No worries! Try this CSS to show the read more button only:
@media (max-width: 768px) {
.wpsp-overlay .wp-show-posts-entry-header {
display: none;
}
}
Otherwise, try this:
@media (max-width: 768px) {
.wpsp-overlay .wp-show-posts-entry-header {
background: red;
color: white;
}
}