No content to show
User Activity
@Ankita31, Put this code before </head> in theme.liquid file<style>
.section-template--14328136564865__product-grid-padding #product-grid .grid__item:nth-child(2) {
order: -1;
}
</style>
12 hours ago
@SinghSells, if it still didn't work try this one {% if template.name == 'product' %}
<script>
document.addEventListener("DOMContentLoaded", function() {
let interval;
interval = setInterval(()=>{
const summaryElem...
12 hours ago
@SinghSells, yes before </body>, try again I've just updated the code
12 hours ago
@lisaburgade,Step 1: Go to Shopify Admin -> Online Store -> Theme -> CustomizeStep 2: Choose this option Step 3: Go back to Shopify Admin -> Online Store -> Theme -> Edit codeStep 4: Search file theme.liquidStep 5: Insert this code above </body><sty...
12 hours ago
@lisaburgade, can you kindly share the store password?
12 hours ago
@SinghSells,Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit codeStep 2: Search file theme.liquidStep 3: Insert this code above </body> {% if template.name == 'product' %}
<script>
document.addEventListener("DOMContentLoaded", functi...
15 hours ago
Hi @saabbb1212 , To remove the "Sold Out" button for a variant that isn't a real product (such as a dietary question), you can customize your theme's code to hide the "Sold Out" button when the variant meets certain conditions, such as checking if it...
15 hours ago
HI @TJshoppy , You can customize your online store by this follow: Step 1: Go to Admin -> Online store -> Theme > Customize:Step 2: You can edit anything in your store at settings theme: I hope these instructions will help you. If they are helpful, p...
Hi @lukafernada , I have reviewed your requirement, you just need to edit css script and the issue will be resolved. You can follow my instructions! Step 1: Go to Admin -> Online store -> Theme > Edit code: Step 2: Search for the file base.css or ...
@vic186, Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit codeStep 2: Search file theme.liquidStep 3: Insert this code above </head> <style>
@media screen and (max-width: 768px) {
#Slide-template--23587360473252__slideshow_4bk8n4-1 .slides...
@CNDY_123, let try this one before </head>{% if template.suffix contains 'gift-collection' %}
<style>
.quick-add {
display: none!important;
}
</style>
{% endif %}Hope it helps you
@Aviio,Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit codeStep 2: Search file theme.liquidStep 3: Insert this code above </head> {% if request.path contains 'policies' %}
<style>
main#MainContent {
background: #ecede8;
}
...
No problem! Glad to help you
@Jman4, sorry my bad change the code like this<style>
section.product__info-container * {
text-align: center!important;
justify-content: center!important;
}
section.product__info-container quantity-input,
section.product__info-container .shar...
@Jman4,try this one<style>
section.product__info-container * {
text-align: center!important;
justify-content: center!important;
}
</style>Result:
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
20 | 4 hours ago | |
69 | 15 hours ago | |
117 | 10-13-2024 01:10 PM | |
83 | 10-13-2024 12:35 PM | |
105 | 10-13-2024 11:43 AM |