Feb 1, 2021
Just checked my store this morning and all my product prices are $50 higher than they should be!! Prices are correct on product pages. Have no discount, compare to, or sales going on. Cannot find the...
Sep 24, 2020
I am so frustrated with this system! I cannot believe it is so difficult to set up shipping in Shopify. This is what I need: I have Product X that needs to go in box A. I can put up to two Product ...
Mar 24, 2020
Using Debut theme and the Text Column with Images section: would like the Headers to be above the images instead of below. Can anyone help with how to do this? Thanks!
Mar 20, 2020
Per the screenshot below I would like the text and tabs on the right to align with the top of the image on the left. Cannot figure out how to do this. I'm using Debut theme. Appreciate a...
Mar 16, 2020
Using the debut theme - is there a way to change the css in theme.scss.liquid file to make a change to only a specific page? I want to change the padding on the Products page but the css is ...
Mar 11, 2020
Can anyone help with how to make css changes that only affect a specific page or section? If I change the .section-header margin to "0" as below, is there any way to designate that the chang...
Mar 11, 2020
Can someone please help me figure out how to find where I go to make small edits like padding, margin, etc? I keep being told it's in the theme.scss.liquid file but where specifically for any g...
Mar 10, 2020
I have spent a ridiculous amount of time trying to figure out how to make some simple tweaks. I've looked in this forum and in the tutorials and I cannot find an answer. If I want to make a ...
Feb 12, 2020
Hi, I'm trying to do some formatting to my debut theme. When I do a page inspect of my site and i highlight the element I want to reformat I see this in the styles tab: I'm looking to ...
Feb 11, 2020
Hi, Trying to add a superscript TM in the Image with Text Overlay section. I found the html text in the settings_data.json file but when I add <sup>TM</sup> it just returns those...
Feb 11, 2020
Hi, I'm looking in the code for the actual text that I've entered but I can't find it. Specifically, I'm using the Debut theme and I'm looking for the text associated with the Image wit Text...
No content to show
User Activity
06-16-2022
Omg how did I not think of that. Thank you so much!
06-15-2022
I’m not sure what you mean. Yes I’m trying to use the built in method but I’m open to any method that will work.
Right now I have two types of products: tshirts and decals. I'm using the new Dawn theme. For tshirts I have under "Customize" set up "Product Information" = "Materials", "Shipping", "Size". I've also set up a metafield so that the tshirts show a "M...
Right now I have two types of products: tshirts and decals. I'm using the new Dawn theme. For tshirts I have under "Customize" set up "Product Information" = "Materials", "Shipping", "Size". I've also set up a metafield so that the tshirts show a "M...
04-21-2022
Can you paste the actual CSS code you added to liquid?
02-03-2022
Ok, wow, thank for the help Shopify.
Yet again I'm here trying to figure out how to get correct shipping rates for different size boxes because Shopify stupidly only allows one size box and refuses to fix this. So I was combing the threads and I came across this solution which I hadn't ...
05-10-2021
If you're looking at your website on Google and you right click a drop-down menu will appear and at the bottom is "Inspect". Here you see the code behind the page you are viewing.Near the top of the page you should see a tag called <body class="xxxxx...
05-10-2021
To add custom CSS to a specific page you need to add the ID and CLASS of the BODY section of the page to your CSS. So if you're in DevTools, scroll to the top of your page and look for:<body class="class name" id="id name"> Then in your CSS you would...
06-03-2020
Don't know if you got the answer for this but I struggled with this forever until I finally figured it out so I thought I'd share in case you still needed the answer. To add custom CSS to a specific page you need to add the ID and CLASS of the BODY s...
03-26-2020
Great! That is what I was looking for! Thank you very much!
03-26-2020
There is no "body id" in the theme.liquid anywhere. How do I add a "body id" to a page?
03-26-2020
It's spintiller.com pw Spintiller Trying to modify css for "section-header" but only in this spot on the page and only on this page. Thanks!
03-26-2020
Ok can you give me the syntax for that? .template-product is the pageh1 is the element I want to apply the css toIt's parent class is "grid-item"
03-26-2020
That is helpful thank you. But I also want to be able to modify specific elements within the page. If there are multiple sections on a page using "h1" for instance, how to I modify just one of them?