Hello,
I have a site: http://bit.ly/2lFbMzV
And I have a blog in here: http://bit.ly/2iLAkYt
And my question is, is it possible to hide the post excerpt text only in mobile view: http://imgur.com/a/fhpqL
The same thing in the homepage, where recent posts are displayed: http://bit.ly/2lFbMzV
Thanks!
Hey pimroll,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.slide-entry-excerpt {
display:none;
}
}
Best regards,
Rikard
Hello Rikard,
I added the code but the excerpt text is still visible in the mobile view.
Can you please check, thanks!
Sorry my bad, I had to deactivate the cache plugin, now it seems to be fine:)
Thanks!