CSS Style Editor
Download CSS File
Apply to Website
Reset
Logout
Back to Admin
Quick Color Customization
Primary Color (buttons, links)
Header Background
Header Text
Card Background
Main Text Color
Footer Background
Footer Text
Default Theme
Dark Theme
Green Theme
Purple Theme
Orange Theme
CSS Editor
/* Custom CSS for your website */ /* Example: Change button colors */ .btn { background: #2563eb; border-radius: 6px; padding: 12px 24px; } .btn:hover { background: #1d4ed8; } /* Example: Customize header */ header { background: linear-gradient(135deg, #2563eb, #7c3aed); } /* Add your custom styles below */
Live Preview