No content to show
User Activity
No. This isn't it.
You can append the product page URL with ".json" in your browser to see the Variant ID and lots of other information for your product.Use [SHOPIFY-PRODUCT-PAGE-URL].json and you will see "variants" in the json data listing.Variant "0:" is the "base p...
Welcome to Shopify! Your comments will be passed along to the developers....
I tried it on my end, and it worked well. You must have interfered with some of the existing code inside the tag. Check again that you're inserting the style element without disrupting what's already there. Essentially, we're not changing anything he...
Maybe.... that's not the right part of the file if it is tho. You literally want to find "<sticky-header" in there.... Also: Added "background-attachment: fixed;" to the style definition above...
12-06-2024
This will work, but it is not the proper way to change display styles for a theme. In the future it may make changing colors very difficult.
Yes. Try pasting in just style="background: radial-gradient(rgba(255, 0, 28, 1) 27%, rgba(93, 0, 9, 1) 91%); background-attachment: fixed;" right before the closing angle (">"). Just like in the post above. Try not to disturb any of the other code.T...
I don't think you'll find a video... maybe.What's happening is Shopify allows the page to load before all of the styles and so forth finish loading. It's designed this way to make the page load seem faster to your site visitors. Unfortunately, some o...
The header is loading just a fraction of a second before the CSS styles from "theme.css" can be applied. One way to fix this is to move or copy the affected styles from the "theme.css" file to the header HTML and hard-code the styles in place. There ...
Doesn't seem to be an image... check the CSS.
12-06-2024
Welcome to Shopify! You'll find many such limitations and oversights.
12-06-2024
Olivia:This is incorrect. Tags that are not appended to any customers still show up in the list of available tags.
See my method below. By excluding products that have a "Compare To" price set, you are able to automatically apply or remove the discount to only regularly-priced products relatively easily.
This is crazy! I don't know of any business that doesn't use SKU or model numbers, etc. to identify products... yet Shopify seems to not understand that or doesn't realize how actual businesses work. For the most part, when someone is on that scree...