No content to show
User Activity
Replace the code with below code - <style>
@media screen and (max-width: 768px) {
sticky-header.gradient {
background: none !important;
}
.menu-drawer{
position: absolute;
left: 0px;
top: 80px;
}
}
</style>
@Sivadarshan Use below code in your css file or put it in theme.liquid file above the </body> tag. @media screen and (max-width: 768px) {
sticky-header.gradient {
background: none !important;
}
.menu-drawer{
position: absolute;
left:...
@MemoParis Search for the additional fields in the Flow if you found then you can do with this. You are using any third party app for additional fields options because by default there is no option in Shopify.
@Sivadarshan It is happening because menu drawer is not properly coded for the mobile responsive. The issue is in position of the drawer. I can fix this issue but without access I can't help you.
@MemoParis You want to add additional details to Order Notes when order placed then below is the flow, see below screenshot- Please let me know if you need any help.
@gary07 You can add the Loss tag in the products by using Add Product Tags, See below screenshot for your help Please let me know if you need any help!
11-29-2024
Hi @Anusuya If you have the same price for the products then this will work for you. You can create discount code like below screenshot to achieve what you want- Please let me know if you have questions.Thanks
@Malakush Can you please provide your store url so i can check?
09-02-2024
@JonathanAaen Go to Edit Code > open theme.liquid file and find for <head> tag and paste below code <meta name="theme-color" content="#ffffff"> Please let me know when works!
09-02-2024
@memu Go to Edit Code > open theme.liquid file > find for come back word if found then just remove the unwanted word from that and if not found then have to check from the back-end and it is not possible to check and fix without store access.
09-02-2024
@memu Go to Online Store tab > Edit Code > open theme.liquid file and find for </body> tag above this tag just paste below code- <style>
.card-media{
background-color: #fff !important;
}
</style> For steps reference images here -
@Haitch Please provide your store url so i can check.
08-29-2024
@MaxL Go to Edit Code > open theme.liquid file > search for <head> tag and under it paste below code and save.{% if template.name contains 'product' %}
<meta name="robots" content="noindex,nofollow">
{% endif %}if this solves the problem, please M...
@Oguzsanci Which collection page you want to no index on Google? because I can see 3 collections on your site.
08-28-2024
@LeeYee Without store URL how we can see the site and check the problem?
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2853 | 08-28-2024 01:32 AM | |
749 | 08-21-2024 08:41 AM | |
495 | 08-21-2024 08:14 AM | |
308 | 08-19-2024 10:32 PM | |
1408 | 07-05-2024 02:21 AM |