We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Mobile dispaly Reply To: Mobile dispaly

#11224
Tom
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;
    }
}