BSSCommerce-B2B
Shopify Partner
Contact Me
Status
Offline
Last Activity
7 hours ago
Topic Started
0
Topics Started
Topic Solutions
548
Solutions
Post Count
1790
Posts
Post Kudos
608
Likes

Bio: BSS Commerce - Technical Support - Shopify Apps & Development Services Provider

Community Badges

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>
@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...
@SinghSells, yes before </body>, try again I've just updated the code 
@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...
@lisaburgade, can you kindly share the store password? 
@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...
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...
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; } ...
@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:
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.