No content to show

User Activity

in the collection page in your admin dashboard scroll down to this section: 
make sure the reviews are approved and published
there is a js that adding top to the body. you can try to add this css but i think it will be better to disable this js.body.template-collection.quick-search-position-right.is-mobile.scroll-lock { top: 0 !important; }
add this:p, .product__info-wrapper{ color: #fff !important; }
try to wrap the collection description div with this condition {% if paginate.current_page == 1 %}
this is can help:body a, body {color: #fff !important;}
Go to settings -> custom data -> products -> add definition, create some field like Card Game.Then go to search & discovery and add filter, the filter source will be the field you created (Card Game for example)
all the text is in white, can you specify where is not in white? 
Add meafields for the products with the additional data you want to filter
in the search and discovery you can create a filter and manage the current filter: 
If you're comfortable with editing theme code, look for how the image count is being calculated. In Dawn, this might be in files like product-template.liquid or product-gallery.liquid.Look for code that counts the images. It might be something like {...
Can you share your store url?
1. Go to your Shopify admin panel.2, Navigate to Online Store > Themes.3. Click on "Actions" > "Edit code".4. Search the file product-card.liquid or product-grid-item.liquid. 5. Add this code: <form method="post" action="/cart/add"> <input type="hidd...
try something like that:mutation VariantUpdate($input: ProductVariantInput!) { productVariantUpdate(input: $input) { productVariant { id sku } userErrors { field message } } }
You forgot to add the link
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.