Hi and THANK you for an awesome theme/ framework!
I wonder how to remove the big picture above the small product picture. When viewing a product, this is how it's being displayed:
Big picture Small picture with title, price, quantity and buy button to the right Tabs below
This seems to be .tm-cover-article when viewing the CSS. Thing is, I don't want to remove it using CSS, which can be done by doing this:
.product .tm-cover-article { display: none !important; }
Is there another way to do this? Any hook available?