Kevin commented on how to change inline css?
Hi Dumaine,It really depends on where this text is located. If you could please give me a link to the page you're referring to, I'll be able to tell you what file you'll need to edit.Thanks!
View Articledumaine commented on how to change inline css?
I actually found it already! Sorry to ask such a silly question!
View ArticleKylea commented on Help with a conditional?
First you would need to add the html to the product.liquid template, where you would want it to show, for example:<div id="variant-note" style="display: none;">Note to display</div>Then you...
View ArticleCaroline Schnapp commented on Shopify - Related Products using tags (showing...
Such a gem to post a follow-up here! Much love! :)
View ArticleKylea commented on How do I add Variant SKU next to the Options when an...
Yes this is definitely possible. Add an empty div to the product template where you would like the sku displayed, for example: <div id="sku"></div>.Find the selectCallback, this should be...
View ArticleOwen Sechrist commented on Need some JS help with age verification...
Hi Matt,use some CSS to modify the transparency of the overlaying DIVdiv#no_age_cookie { background: rgba(255,255,255,.8);opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */ }Adjust the...
View ArticleKylea commented on How to add javascript files to shopify
Yes steps 1 and 2 are correct! For step 3 I would suggest placing any javascript/jQuery code either in a separate file, i.e scripts.js.liquid, otherwise just before the closing </body>.
View ArticleShardae Thorpe commented on untitled
Thanks Carson, I did do this last night after my post. In fact I double checked all mt settings with .com.au and made sure .com was the same and the were (apart from A-Record and MX). I will add...
View ArticleKylea commented on Collections Module Home page
The latest version of the New Standard theme has an option to display collections on the home page, I would suggest downloading the latest version of the theme. You would need to create a link list...
View ArticleCharlie commented on You can now use SCSS in Shopify's Template Editor!
Greet to see the addition, Any plans to support LESS?
View ArticleCaroline Schnapp commented on You can now use SCSS in Shopify's Template...
There are no plans to support LESS at the moment, no.
View ArticleCaroline Schnapp commented on Change location of where "Additional Content &...
Hi Darrin,You can't.You could place it with additional JavaScript wherever you want on the page but Google will still see it in the same location as it appears when JavaScript does not run in your...
View ArticleCaroline Schnapp commented on Change location of where "Additional Content &...
Google recommends the tag is placed immediately below the opening <body> tag in order to prevent mistakes in data reporting.What comes before the additional content & scripts won't contain...
View ArticleCaroline Schnapp commented on box not working on cart form
PS. I have created this markup generator as I am a slow and lazy typist: http://the-new-standard-theme.myshopify.com/pages/markup-generator That generator also reduces human coder error.
View ArticleCaroline Schnapp commented on Remove Title on my Home Page
Hi Roger,Why not use an actual logo in your header, like this: https://www.monosnap.com/image/pCoNsBIUvvn9qfYKXO953mxyj.Replace the text with your logo image in your theme settings, and remove the logo...
View ArticleCaroline Schnapp commented on Customize Product
Hi Danie!As an alternative to hiring a developer for this, you can try out the Customization Engine app: https://apps.shopify.com/customization-engine.
View ArticleMichael Decker commented on Image at top of Individual Collection pages
Actually I think I have solved my issue for now. Thank you!
View ArticleKurt Mehnert commented on show a different image on product mouseover in...
RE: In response to Van Grenquist:I'm not sure how you succeeded in fixing your problem. I'm having the same issue. Where does this inline block code go to hide the second image on the minimal theme?So...
View ArticleCart Routing by Danie Lyn
I'm a Shopify Expert and I'm wondering how I could stop the routing of a customer to the cart page once they add an item to their cart. The client is using an outdated theme. Here is the URL:...
View ArticleLucky Magnet commented on Deleted Tags Persist
While trying to figure out how to rearrange products on my catalog/products page, I found this article and when I created a new collection to overwrite the default catalog/product page, I noticed it...
View Article