🎨Background Colors
Last updated
Last updated
Paragraph supports customizing Background Color of the Hero section and the rest of the website.
The theme provides two CSS variables specifically designed to control the background colors of different sections:
--hero-background-color
: This variable sets the background color for the hero section.
--main-background-color
: This variable is used to define the main background color for the rest of the website, providing a consistent look and feel throughout the pages.
Access the Settings > Code Injection from the admin menu.
Click Open
In the provided space, specify the desired background-colors using the appropriate CSS variable. For example:
Click Save