General theme FAQ
How to display larger featured product images in the collection grid?
To display larger featured images as presented in our demo sites ( screenshot) please use the "featured" tag for that particular product where you need the featured image to enlarge in the grid.
For more info, please see this article from our theme documentation: General settings - "Emphasize featured products" section.
How to change the theme default text with my own text?
Please go to Online Store - Themes > Actions > Edit Languages, search for the text you need to change and insert your own text to overwrite the initial one - screenshot example .
Because this is a default Shopify functionality you can also find detailed instructions and more info in this article from Shopify documentation.
How to add a custom CSS code in the theme?
To add any custom CSS code please open Online Store > Themes > Actions > Edit code and here select the theme.css file from the Assets folder.
At the very bottom of the file, after the last code, add the custom CSS - screen record.
We strongly recommend to avoid direct changes in the theme default stylesheet code and only add custom CSS codes at the end of the file.
How to change the Shopify "Buy it now" button colors?
To change the product page "buy it now" button colors please use this CSS code at the end of the assets/theme.css file:
.shopify-payment-button__button.shopify-payment-button__button--unbranded { background: #000 !important; color: #fff !important; }
My homepage video is not loading, why?
For videos on homepage our theme includes two options: Video: background (mp4) and Video Popup - Homepage sections.
- For YouTube videos please use the "Video popup" homepage section.
- The Video: background (mp4) section needs to have a self hosted video uploaded in Settings > Files.
Please make sure that you are not inserting a YouTube video in the Video: background section.
For the YouTube video URL a complete video URL needs to be used - example: https://www.youtube.com/watch?v=xcJtL7QggTI&t=6s .
Do not use the share link format ( https://youtu.be/xcJtL7QggTI) or any extensions of this type: https://www.youtube.com/watch?v=xcJtL7QggTI&t=6s&feature=youtu.be.