No content to show

User Activity

Hi there,  If I understand correctly, you want to lower the white text that is being cut off by the bottle on mobile on the background image? If so, you can target that element with CSS in the styles.css file of your theme. If you're not comfortable ...
I had a similar issue. I was able to fix it with a couple lines of liquid. If I remember correctly, I used an "unless" statement and that would probably work for you for hiding out of stock products. If you're not sure how to write liquid or find the...
Figured it out! Please let me know if you would like the solution!!!
Hello, I am working with the Symmetry Theme and want to use a CSS animation. The animation works beautifully but plays each time the page loads. I would like to have this particular animation play only once per session for the user. I know this will ...
I managed to find the solution for anyone looking in the symmetry theme. The original code was: {% unless link.type == 'collection_link' and link.object.products_count == 0 %}<li><a></a></li>{% endunless %} The revised code is: {% unless child_child_...
Hello, I am working with the Symmetry Theme 'header.liquid' file and trying to auto hide navigation links that link to an empty collection. My problem is, when trying to target the inner tiers of the navigation, I end up being able to auto hide only ...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
Likes given to