No content to show
User Activity
07-30-2024
Hi WassimF, Follow this document. I have deployed on digital ocean before. https://shopify.dev/docs/apps/launch/deployment/deploy-web-app/deploy-to-hosting-service
Please add this code to your theme.liquid file, after <head> element in Online Store > Themes > Edit code. You can find the best value by trying the 1.1rem value. For example: 1.2rem, 1.3rem <style>
.collection-list-wrapper h3.card__heading {
fo...
Actually I know how to solve your problem. If have any questions let me know so I can clarify, and if not, and you'd like to work together please feel free to message me directly.
02-28-2024
I don't know if there is a special app for this. Maybe you can investigate the existence of such an app. If not, you can develop it specifically. You write a cron. You set the schedule. It works the way you want.
You're welcome. Don't hesitate. I will always help you. I would be happy if you like the helpful answers.
Yes it is possible, but you need to spend some time. If have any questions let me know so I can clarify, and if not, and you'd like to work together please feel free to message me directly
If have any questions let me know so I can clarify, and if not, and you'd like to work together please feel free to message me directly
I'm glad I helped. Did you mean?
No problem, Did you mean?
02-27-2024
Please add this code to your theme.liquid file, after <head> element in Online Store > Themes > Edit code. <style>
.collections-tags {
display: none!important;
}
</style>
Please add this code to your theme.liquid file, after <head> element in Online Store > Themes > Edit code. <style>
.collection-hero__description.rte {
max-width: 100%!important;
}
</style>
I can't help without seeing this. I can take a look and give you the css code.
I can't see this area right now. Did you remove it?
02-26-2024
Always. You're welcome. Have good day.
02-26-2024
It's weird that it doesn't work. Try this too. .product__info-container>*+* {
margin: 0 0 1.5rem 0!important;
}
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
456 | 07-30-2024 10:55 AM | |
673 | 02-27-2024 06:48 AM | |
1573 | 02-22-2024 08:27 AM | |
1675 | 02-19-2024 01:41 AM | |
1803 | 02-17-2024 12:47 AM |