No content to show
User Activity
01-16-2024
Hello @Delio , For your first option, you will have to enclose Brand in quotes. Something like this {% if collection.metafields.custom.collectionType == "Brand" %} ThanksYash Garg
01-16-2024
Hey @Clodh987 , It looks like you have earlier customized this by adding css in some .liquid file, as I am able to see this code in inspector .hero--template--19727772451141__1649417351a0cb586c .btn {background: #fc8b3d !important;border-color: #fc8b...
Hey @Chicha7272 , You can follow these instructions here to solve it easily - https://www.youtube.com/watch?v=G7bBVixFiqE ThanksYash Garg
Hey @Tony1992 , Those two arrows are actually an image - https://yoonek.com.au/cdn/shop/t/9/assets/ico-select.svg?v=2827269218095965621689878577 (zoom as this is very small image). So to change its color, you will have to change the image color and t...
01-15-2024
Hey @Justpivot , Did you try out this solution mentioned here - https://help.shopify.com/en/manual/products/inventory/getting-started-with-inventory/hide-out-of-stockusing inventory tracking and automated collection conditions ? ThanksYash Garg
Hey @dzhundzhun , If you just want to remove the quantity selector, there is a easy way to do that.Please follow the following steps1) Go to your online store and select Themes from left panel2) Press 3 dots menu in center (on the left of Customize b...
Hey @DFSouth , Please follow the following steps1) Go to your online store and select Themes from left panel2) Press 3 dots menu in center (on the left of Customize button) and then Edit Code3) Open the file section-main-product.css (you can search f...
01-15-2024
Hey @candra72 , You can add the following code to main.css at the end, to disable copying on your whole sitebody { -webkit-user-select: none; user-select: none;} ThanksYash Garg
01-15-2024
Hey @Jonathans19 , Did you try solutions mentioned here - https://help.pagefly.io/manual/cart-drawer-does-not-automatically-update/Also can you share your url so that I can have a look ? ThanksYash Garg
For the benefit of someone who comes across this in future, I have created a Youtube video and blog post for the same.Post: https://shopifocus.com/index.php/2024/01/15/how-to-show-discount-off-on-a-product/Video: https://www.youtube.com/watch?v=cW5bU...
01-15-2024
Hello @Rufflerumbs This is happening due to cart icon having same id ("cart") as the form. Due to which the button is not able to target the form correctly. Please change your cart icon id to something else like "cart1" and it should start working a...
01-15-2024
Hey @Chrisleetatto , Did you check the external scripts that you might be importing in you html files, or as part of integrating some plugin or app ? ThanksYash Garg
01-15-2024
Hey @Madame_Chic , Please follow these steps You can add this block- <p class="disclaimer__subtext">Click <a href="custom_link">here</a> to see how to make a return</p>as shown in this pictureIt will give you something like this in the end of email ...
Search for this .\#product-options-radio-item-media in that css fileYou will see a single width property in thatIncrease it as per requirement
Add this to the css file, that should remove the name .\#product-options-radio-item-media + .\#product-options-radio-item-value { display: none;} ThanksYash Garg
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
472 | 01-16-2024 10:42 AM | |
4084 | 01-15-2024 11:39 PM | |
3025 | 01-15-2024 11:25 PM | |
1123 | 01-15-2024 11:06 PM | |
958 | 01-15-2024 10:18 PM |