BeShop - Beauty eCommerce HTML Template is a highly efficient HTML website template.
This creative and colorful website template has created an elite interface along with the best of functionalities. You can sell Hair Care,
Skin Care, Face Care products-Makeup, Mascara, Foundation, Lip Gloss, Eye Shadow, Eyeliner, Lip Balm, Primer + Shine Control, Hairspray + Finishing Spray, Fragrance, Body Lotion and many more.
This responsive website is developed with HTML5, CSS3 and SCSS.
Visual Studio Code (download for free). Used to edit the .HTML, .JS, and .CSS files.
- <!-- BEGIN: free trial -->
- <div class="free-trial">
- <div class="container">
- <div class="text-contain">
- <h3>Are You Ready To Enjoy? Get This Perfect Theme Now!</h3>
- <p>It is a long established fact that a reader will be distracted</p>
- <div class="button-contain">
- <button>Start Trial Free</button>
- </div>
- </div>
- </div>
- </div>
If you would like to edit the color, font, or style of any elements in one of these columns, you would do the following :
- .text-contain h3 { color: #some_color; }
If you find that your new style is not overriding, it is most likely because of a specificity problem. Scroll down in your CSS file and make sure that there isn't a similar style that has more weight.
I.E.
- .free-trial .text-contain h3 { color: #some_color; }
So, to ensure that your new styles are applied, make sure that they carry enough "weight" and that there isn't a style lower in the CSS file that is being applied after yours.
All icons and images of the project are stored in the "img" folder.
SCSS is a preprocessor which lets you use features that aren’t a part of the wider CSS standard yet, and provides better workflows for maintaining your stylesheets. You can find out more about SCSS here: https://sass-lang.com/
All .scss files are located in the SCSS folder. In order to change the styles of a certain section of the website, you need to find a corresponding file in the folder.
_header.scss - is responsible for the website header styles. (It is located in the folder: scss/layout/_header.scss).
_footer.scss - is responsible for the website footer styles. (It is located in the folder: scss/layout/_footer.scss).
_content.scss - is responsible for the website content styles. (It is located in the folder: scss/layout/_ content.scss).
There is also a file attached to the project: _reset.scss. Reset.scss is a small set of CSS rules that can reset all HTML element styles to their default values. It is located in the folder: scss/base/_reset.scss
Other SCSS files are responsible for plugins operation and styles of some website elements; it is not recommended to change it.
You can edit SCSS files, for example, by using the PREPROS program. The free version of the program is available for use. You can find a detailed guide about the program on the website. (https://prepros.io/).
Prepros compiles a style.scss file into style.css file.
The main custom javascript file is stored in js/custom.js
I've used the following images or other files as listed :
Go to This Link Click Me
Once again, thank you so much for purchasing this theme. As I said at the beginning, I'd be glad to help you if you have any questions relating to this theme. No guarantees, but I'll do my best to assist. If you have a more general question relating to the themes on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.