ivangneiding project1537 I don1t know if there is a better way to do, but you can add CSS going to Admin panel > Appearance > Custom CSS and you put this code: @media only screen and (max-width: 767px) { .DiscussionOverview { display: none; } }
Mirzaagha Firstly thank you for very nice extension. But have a little problem. l activate this extension, but this section showing at blog section. But l want dont showing blog section.
ivangneiding Mirzaagha While waiting for an official solution, you can go to Administration > Appearance > Custom CSS and insert the following code: .BlogItemPage .DiscussionOverview { display: none; }