I’m interested in how to get a larger source image as well. I can set the width to 100% of the column using CSS, but that doesn’t help without a larger image to start with.
This worked for me on the category page. How about removing it from the individual product page? http://dsbrennan.com/store/albino-blue-jay/
You can hide the price entirely by placing this in your theme’s style.css file:
.products .price {
display: none !important;
}
Is there any way to embed the home page for the shop, not just one section?
I’m wondering the same thing! Oxygen is perfect otherwise.