Home Forums Space themes support forum Homepage variant hidden

Homepage variant hidden

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #620407

    ismailgns93
    Participant

    Hello, I don’t want the variation in Products to appear on the home page on mobile. It should only appear on product pages. How can we set it?

    https://delfinikids.com/

    Attachments:
    You must be logged in to view attached files.
    #620683

    Luke Nielsen
    Keymaster

    Hello,

    Here is a custom CSS for help.

    @media (max-width: 768px) {
      .xts-product .xts-product-swatches-wrapper {
        display: none;
      }
    }

    Define it in Theme Settings -> Custom CSS -> Global Custom CSS.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)