Go To _fonts.scss (src/assets/scss/custom/fonts/_fonts.scss )
If you want to change another font-family. Go to the site Google Fonts and Select One font Family and import it in to style.scss file
Example:
Now Paste Your Selected font-family in _fonts.scss
Example:
Go To "src/assets/images/brand" folder and replace
your logo with Previous Logos within in image size.
Note: Please don't increase logo sizes. Replace your logo within
given image
size. otherwise the logo will not fit in particular place it
disturbs the
template design.
Copy the Particular Section as shown below image.
Now you can paste where ever you want.
Example:
In this template we are using material-design icons. If you want to change the icons please follow the below steps
Here is the link for material-design icon Click here
If you want to change another icon Go to the Click here and select Outlined category then download anyone icon from the list as shwon below
Example:
After downloading the icon please open the svg icon in any html editor like notepad , noptepad++ etc, please copy the code
Example:
Paste the svg code where ever you want and please add the class, for leftmenu add side-menu__icon for Horizontal menu add hor-icon
Example:For Left-menu Svg Iocns
Noteif you don't add the class for svg code you will not get the exact styles as per the template design
Example:For Horizontal-menu Svg Iocns
To add Dark theme follow the steps
@import "assets/css/dark.scss";
class="dark-mode"
to body tag<body class="dark-mode">
<app-root></app-root>
</body>
class="dark-mode"
for all three components ( content, content-style and full-content ) as shown below
To add Dark Header
class="dark-hor-header"
to body tag<body class="dark-hor-header">
<app-root></app-root>
</body>
To add Color Header
class="color-hor-header"
to body tag<body class="color-hor-header">
<app-root></app-root>
</body>
To add Gradient-Color Header
class="gradient-hor-header"
to body tag<body class="gradient-hor-header">
<app-root></app-root>
</body>
To add Light Horizontal-menu
class="light-hor-menu"
to body tag<body class="light-hor-menu">
<app-root></app-root>
</body>
To add Dark Horizontal-menu
class="dark-hor-menu"
to body tag<body class="dark-hor-menu">
<app-root></app-root>
</body>
To add Gradient Horizontal-menu
class="gradient-hor-menu"
to body tag<body class="gradient-hor-menu">
<app-root></app-root>
</body>
To add Color Horizontal-menu
class="color-hor-menu"
to body tag<body class="color-hor-menu">
<app-root></app-root>
</body>
To add Light Left-menu
class="light-menu"
to body tag<body class="light-menu">
<app-root></app-root>
</body>
To add Dark Left-menu
class="dark-menu"
to body tag<body class="dark-menu">
<app-root></app-root>
</body>
To add Gradient Left-menu
class="gradient-menu"
to body tag<body class="gradient-menu">
<app-root></app-root>
</body>
To add Color Left-menu
class="color-menu"
to body tag<body class="color-menu">
<app-root></app-root>
</body>
Go to src/assets/colors/color1.css and open the color1.css file. By default it has #705ec8 as a Primary Code.In that palce yoou can replace with your choosen color code.
for example if you Choose #fb547c. you want #fb547c is your default color theme then you can replace the #705ec8 with #fb547c in css file (so that you will get you choosen color theme) as shown in below Image
This example using Notepad++ Go to site Notepad++ Download