Theme options panel is broken. How to fix it?
Shopify installer corrupted settings.html and settings_data.json files. Go to Template Editor, manually copy&paste settings.html and settings_data.json from bought file.
Theme options panel is broken. How to fix it?
Shopify installer corrupted settings.html and settings_data.json files. Go to Template Editor, manually copy&paste settings.html and settings_data.json from bought file.
How to create drop-down menu?
How do I take of the black stripes, the price and name on the featured images?
Open stylesheet.css and add following line:
.index .box-title { display:none; }
How do I take of the black stripes, the price and name on product thumbnails?
Open stylesheet.css and add following line:
.box-title { display:none; }
How do I remove the featured star from the frontpage?
Open index.liquid and remove this both lines:
<span class="box-star"> </span><!--box-star-->
How to make product boxes bigger?
Open stylesheet.css.liquid and paste following code at the bottom:
.box-title { width:218px; } .box-image-container { height:178px; width:220px; background-image:none; } .box-preloader { height:178px; width:220px; } .index .box-star { background-position:127px 0px; height:178px; width:220px; } .box-image { height:178px; width:220px; }
Now if you want to make a box 100px wider and 50px higher then increase each width by 100px and increase each height parameter by 50px.
Images inside thumbnail boxes are cropped. How to fix it?
You should decrease thumbnail size under theme settings or open stylesheet.css.liquid and paste following code at the bottom
.box-image { background-size: auto 100%; }
This author will respond to buyers' questions and provides limited support through their own support system.
View the item support policy
We'd like to ask you a few questions to help improve ThemeForest.