Flawless POS already includes a built-in option to manage global CSS that applies to all pages of your website. This is handled through the Header Navbar (Built-in -> Header Navbar) section, which exists across every page, making it a global element by design.
How to Access and Edit Global CSS:
- Navigate to Website ->Pages -> Built-in -> Header Navbar. - This Navbar page acts as a global section, appearing on every page of your website. 
 
- Within the Navbar layout, locate the Code Block element. - This element already contains global CSS that affects your entire site. 
- You can either add your new CSS within this block or create a new code block for additional styles. 
- If you create a new block, make sure it remains hidden (not visible to the public). 
 
- To target specific sections or elements: - Assign CSS Classes directly to rows, columns, or elements in the Page Builder. 
- This allows your global CSS to reference them consistently. 
 
Example Setup:
- Go to the Header Navbar page. 
- Add or locate the existing {JS/CSS Code Block} element. 
- Assign or reference a global class such as - .global-css-wrapperin your stylesheet.
Notes:
- Keep your code block within the Header Navbar section, since it loads on every page. 
- Avoid placing it on individual pages unless you want styles to apply locally. 
- Always preview your site before publishing to confirm visual consistency. 
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article