How to make collections only show on desktop NOT mobile

I only want to show on Desktop not mobile

Hello @HOUSEOFX .
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

  • Here is the solution for you @HOUSEOFX
  • Please follow these steps:

  • Then find the base.css file.
  • Then add the following code at the end of the file and press ‘Save’ to save it.
@media screen and (max-width: 749px) {
    .section-collection-list .collection-list:not(.slider) {
        display: none !important;
    }
}
  • Here is the result you will achieve:

  • Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

@HOUSEOFX - you will need to hide these collections for mobile using custom css