No content to show
User Activity
01-31-2020
Like Don said, it will depend on your theme. Most likely will need someone with coding experience to add it.More than happy to help with adding the discord icon to your store if you are in need of an expert!Feel free to email us: hello@storemedics.co...
11-07-2019
It is possible, but is a little bit complicated to set up. The way we have done this in the past is you need to identify the images that need to stay and images that are variants. This can be done in the image alt fields. If you add text there (for e...
11-06-2019
One way to do it would just hide the images with css. add this to the bottom of your scss or css asset file.ul#ProductThumbs {
display: none;
}
replace this<a href="{% if cart.items.first.product.collections != blank %}{{ cart.items.first.product.collections.last.url }}{% else %}/collections/all{% endif %}" class="action_button continue-button add_to_cart">{{ 'cart.general.continue_shopping_...
Believe you will need javascript to do this. Try this <a href="javascript:history.back()" class="action_button continue-button add_to_cart">{{ 'cart.general.continue_shopping_link_html' | t }}</a>
10-28-2019
Not sure if your theme has built in methods of payment icons, but you will probably have to add the code the liquid footer code. You can use this tool to generate the code:https://ui-elements-generator.myshopify.com/pages/methods-of-payment
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2580 | 11-06-2019 03:04 PM |