No content to show
User Activity
06-14-2022
I think you have a Shopify partner account. Just login into your partner account then click on the 'Support' button. Then click on the 'contact partner support ' button. Here you can contact with Shopify support team for your issues. That's it. Hope...
I am using Tailwind CSS for building a Shopify custom theme. But I have faced the problem that my tailwind CSS class does not contain any value in the tag class. Here is my code --- {% if forloop.first %} {% render 'media', media: media, class...
I could understand what you said. But I want to access the text_align id in my CSS property. So, I can change the text-align dynamically. That's my point.
.slider-content { text-align: {{ block.settings.text_align }};} {% schema %} { "name": "Hero Slider", "blocks": [ { "type": "select", "id": "text_align", "label": "Text alignment", ...
I installed the Shopify cli for developing my Shopify theme. But WHEN I command [shopify theme serve] for preview my store locally I got the following error ===== [Note] You cannot use gems with Shopify CLI.[LoadError] cannot load such file -- wdmTh...