Go To style.scss (public/assets/scss/styles.scss )
if you want to change another font-family Go to the site Google Fonts And Select One font Family and import in to styles.scss file
And paste Your Selected font-family in style.scss
And add the Your Selected font-family in _variables.scss(public/assets/scss/_variables.scss)
To change Menu icons, open nav.tsx page
Path: shared\layout-components\sidebar\nav.tsx
and go
through app-sidebar section, in that section you will find
icon
tag, there you can replace previous icon with your
icon. Example as shown in below
Go To "public/assets/images/brand-logos" 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.
Open header.tsx component
shared\layout-components\header\header.tsx
To remove switcher section as shown below.
Remove the switcher
component from the main layout
follow the path
shared\layout-components\layout\content-layout.tsx
Now remove the switcher component and switcherData file from the
root folder, follow the path
Switcher component shared\layout-components\switcher\switcher.tsx
and
switcherdata file from shared\switcherdata\switcherdata.tsx
Note : After completing above steps please run the command to update dist folder.
Remove theLandingswitcher
component from the main layout
follow the path
shared/layout-components/layout/landingpage-layout.tsx
Now remove the Landingswitcher component from the root folder, follow
the path
shared/layout-components/switcher/Landingswitcher.tsx
and
Note : After completing above
steps please run sass command
to update dist
folder.