James Liu commented on font sizing not taking effect on home page
D'oh.Also gotta change the following in your css file on line 348:.intro h3 { font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 27px; }to.intro h3 { font-family: Helvetica,...
View ArticleQuestion regarding creating a theme and the settings.html page by Cindershot
Hello everyone! I am having an issue. I am not "too" experienced in liquid/java/html but I am learning a lot and I spend a lot of time educating on it. I am also listed as an expert here on Shopify.My...
View Articlestandoutd commented on Change Size of Product Thumbnails
Hey, Matthew. Look at your product.liquid file in the Theme Editor for something like{{ image | product_img_url: 'thumb' }}The easiest thing is to replace the 'thumb' with another standard size. See...
View Articleed-wardo commented on styling elements directly, @font-face
thats weird because styling h1 that way wasn't working. also doing something like .shopify-stuff a {css} didnt work either but putting a class on a did. thought it was some liquid weirdness.
View Articleed-wardo commented on styling elements directly, @font-face
i published the theme so you should be able to see it now. shared-notes-wine.myshopify.com. the links such as the ones in the upper right should be bohemian-typewriter. firebug sees the font-family but...
View ArticleAdam Pesapane commented on Change Size of Product Thumbnails
Great, thank you! The image size is now to my liking. Although, the thumbnails are now stacked on top of one another and run into my description box. How do I organize and space them out? It looks...
View ArticleProduct Images & Description - Need help please! by Kazin S.
I am using the Megatronic theme, and I don't like how the products are displayed in the catalog. The pictures are too small and the description isn't displayed entirely. This is my...
View Articlestandoutd commented on Change Size of Product Thumbnails
Adam, I'd like to share a tip that a Shopify Guru shared with me that made tweaks so much easier to devise and implement. Use Firefox and add the FireBug extension. You can then right-click on an...
View ArticleChange image on Hover for Promo Images on Home Page - Minimal Theme by...
Hey everyone - Hope you can offer some guidance. I am pretty novice when it comes to HTML and CSS but can navigate around the simple things.I am trying to get the three promo images on my home page to...
View ArticleAdam Pesapane commented on Change Size of Product Thumbnails
Ok, I'll give it a try. Thanks for the recommendation. Anything to get me off these discussion forums ;)I kid. The help I've received from everyone has been excellent, as has yours. Much appreciated.
View ArticleJason commented on CSS bug with featured products, please help
You're doing a good cleanup job but there's still quite a bit more to do. I would suggest create a brand new featured product box (on the same page) and start with only the bare minimum. Copy and past...
View ArticleJason commented on styling elements directly, @font-face
Check your embed method and try again. I'm not saying that this is the problem but considering that typewriter font in is not loading at all, it's possible.As a sidenote the format for a .TTF is...
View ArticleJoseph Sloan commented on CSS bug with featured products, please help
Thanks, I made the changes you mentioned:- I notice that there is now a 'ghost spacing' again to the left of the products in the blank space (it is still clickable)- the prices for the products down...
View Articleed-wardo commented on styling elements directly, @font-face
oh ok thank you about the format thing. the code to embed it is just like the other 2 that do work... i can't spot anything wrong with it but i have been known to be blind@font-face {...
View Articleseventyfourdsgn commented on Product Images & Description - Need help please!
Hi Kazin,I can assit with your project. What's you email ID?Regards Matthew
View ArticleJames Liu commented on Minimal theme: product images not aligned
Now, even if I resize the images all to one length, the are still not in one line.The images are not all resized to a uniform size...
View ArticleJames Liu commented on Question regarding creating a theme and the...
Use liquid tags to check for values passed from settings.html & boolean logic to determine whether the slider renders.
View ArticleJoseph Sloan commented on CSS bug with featured products, please help
Hey Jason, just wanted to let you know that somehow someway I got it all straightened out. There are still a few left-margins in there but much less now, and cleaner CSS imo. Everything is working...
View ArticleJason commented on CSS bug with featured products, please help
Glad to hear it. Working and cleaner css is a double win!
View ArticleJason commented on Question regarding creating a theme and the settings.html...
BUT I can not seem to disable slides without the thought of using java. Can someone help? The settings.html page does not allow script tags!Small niggle. It's JavaScript - not java. Those are two...
View Article