No content to show
User Activity
You are welcome.
Hi @Fidiak, You can find the code under Online Store -> Themes -> Actions -> Edit Code -> Snippets -> cart-notification.liquidDo you mean going back to the previous page? If yes please use this code.Please change this code<button type="button" class=...
10-05-2022
Hi @LouiseO ,Easiest way is to hide using CSS. .blog-articles .article-card__info.caption-with-letter-spacing {
display: none;
}Thank you
10-05-2022
Hi, You can add this code to customers/account.liquid. And You can write your own CSS code for vip-customer CSS class. {% if customer.tags contains "vip" %}
<span class="vip-customer">VIP</span>
{% endif %} Thank you
10-05-2022
I am glad you figure it out. It depends on where you add the CSS code. If you are adding directly on the .css file you don't have to include <style></style>If you are adding CSS on the .liquid file you need to include <style></style>
10-05-2022
Hi Bryan, Just use CSS media query for mobile. For example <style>
@media (max-width: 767px) {
.back-to-top {
display: none;
}
}
</style>
Thank you. You need to add this javascript code to your theme file. document.querySelector('.product-media .plyr__video-wrapper video').play();It might be a bit complex if you don't have any experience in customising theme files. Thank you.
You can share preview URL from here
Hi Teddy, Could you please share your site URL and the theme name you are using? Thank you
Hi, It will be easier if you can share your site URL so that it will be easier to debug the problem. Thank you
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1020 | 10-05-2022 06:29 PM | |
869 | 10-05-2022 12:39 AM |