Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hello,
    you can do that via CSS. For example, paste these lines in Styles > Custom Styles > Custom styles panel:

    @media screen and (max-width: 800px) {
    .pis-excerpt, .pis-thumbnail {
    display: none;
    }
    }

    Let me know if it’s enough.

    Thread Starter hannesofie

    (@hannesofie)

    Worked brilliantly – thank you very much!!!

    Plugin Author Aldo Latino

    (@aldolat)

    You’re are welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove excerpt and picture on mobile’ is closed to new replies.