π¨Custom Styling Solutions
Simple solutions for the most common customization requests
What This Guide Does
Which Method Do I Use?
Most Common Requests
Change Button Colors
For Widgets on Your Website
<style>
/* Change button colors - simple version */
.btn-primary {
background-color: #your-brand-color !important;
border-color: #your-brand-color !important;
}
.btn-primary:hover {
background-color: #your-hover-color !important;
border-color: #your-hover-color !important;
}
.btn-light {
background-color: #your-secondary-color !important;
border-color: #your-secondary-color !important;
}
</style>For CrowdWork.com Pages
Change Fonts
For Widgets on Your Website
For CrowdWork.com Pages
Change Background Colors
For Widgets on Your Website
For CrowdWork.com Pages
Complete Brand Theme Examples
Theatre Brand Theme
For Widgets on Your Website
For CrowdWork.com Pages
Additional Theme Color Sets
Need More Advanced Control?
For Widgets on Your Website
For CrowdWork.com Pages
Troubleshooting
Last updated
Was this helpful?