🏖️
Chisfis - Online Booking React Nextjs template
Buy nowLive demoDocumentation for Nextjs version
  • Getting Started
  • Folder Structure
  • Dependencies
  • Install
  • Custom color, fonts
  • Plugins Used
  • Component Structure
  • Sources And Credits
  • Support
  • Change log
    • Change log
  • How to?
    • Rewrites routers when deploy to vercel
    • Copy page Search from Ncmaz to Chisfis template
    • How to Get Google Maps API Key for Free (in 5 easy steps)
    • Hero search form onSubmit handle
Powered by GitBook
On this page
  • 1- Custom colors
  • 2- Custom fonts

Was this helpful?

Custom color, fonts

Custom color, fonts

1- Custom colors

We use css variable for 3 main theme colors: Primary color, Secondary color and Neutrals color

Primary, Secondary color:

These are the splashes of color that should appear the most in your UI, and are the ones that determine the overall "look" of the site. Use these for things like primary actions, links, navigation items, icons, accent borders, or text you want to emphasize.

Neutrals color:

These are the colors you will use the most and will make up the majority of your UI. Use them for most of your text, backgrounds, and borders, as well as for things like secondary buttons and links.

How to custom color?

To customize the colors you just need to go to the __theme_colors.scss file on styles folder and change the css variable values in it.

2- Custom fonts

We use css variable for 2 main theme fonts: Display fonts and Body font

Display font:

User for heading tag : H1 to H5 and other title tags, font-size bigger than 16px

Body font:

User for main font smaller than 14px

How to custom fonts?

To customize the fonts you just need to go to the __theme_font.scss file on styles folder and change the css variable values in it.

PreviousInstallNextPlugins Used

Last updated 3 years ago

Was this helpful?