Comments RANTAKA started the conversationJanuary 8, 2019 at 5:30pmHi, could I disable featured boxes in mobile. I use 8 featured boxes in homepage and then latest posts, but in mobile it is not nice to slide 8 featured boxes first to get latest posts. 2,700PenciDesign repliedJanuary 9, 2019 at 2:46amHi,Please add more this code to Customize > Custom CSS to do that: @media only screen and (max-width: 768px) { .container.home-featured-boxes{ display: none; } } Best Regards,PenciDesign Sign in to reply ...
Hi, could I disable featured boxes in mobile. I use 8 featured boxes in homepage and then latest posts, but in mobile it is not nice to slide 8 featured boxes first to get latest posts.
Hi,
Please add more this code to Customize > Custom CSS to do that:
Best Regards,
PenciDesign