Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #756860

    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!

    #757521

    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

    #757692

    Hello Rikard,

    I added the code but the excerpt text is still visible in the mobile view.

    Can you please check, thanks!

    #757694

    Sorry my bad, I had to deactivate the cache plugin, now it seems to be fine:)

    Thanks!

    #758387

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.