Customize FreshCart Theme
Customize your application's default colors codes easily in real time.
How to change color variables ?
Here, we will go over how you can customize the theme/colors in our template.
Theme's colors variables are defined in /styles/theme/_variables.scss
file, but it's not preferable to modify this core style sheet file. If you want to override values of these variables, you can use below file i.e. _user-variables.scss
. To update primary colors to something else navigate to below mentioned theme file and update value to desired colors in themes you like.
/styles/_user-variables.scss
In order to demonstrate this, here is a code example you can paste into /styles/_user-variables.scss
, save the file and check the result of customized colors.
How to change logo?
Here, we will go over how you can change or replace current/default branding by replacing the light and dark versions of logo.
File:app.config.js
Open the above mentioned file, located on sourcecode root and modify urls for logo and logoWhite to change logo.
How to change Favicon?
To change the favicon of the theme, you just need to replace favicon.ico file located at below path.
File:/app/favicon.ico