Support for Vanity Shop - Shopify Theme

Support for Vanity Shop - Shopify Theme

Cart 137 sales
Well Documented

Diabolique supports this item

Supported

This author's response time can be up to 2 business days.

Popular questions for this item

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 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%; }

Show more

Contact the author

This author will respond to buyers' questions and provides limited support through their own support system.

Item support includes:

  • Availability of the author to answer questions
  • Answering technical questions about item’s features
  • Assistance with reported bugs and issues
  • Help with included 3rd party assets

However, item support does not include:

  • Customization services
  • Installation services

View the item support policy

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey