.box.dark > div {
background: #000!important;
color: #FFFFFF!important;
}
.box.color > div {
background: #E89E44!important;
color: #FAEBD8!important;
}
Cyberek wrote:Please edit: wp-content/themes/Fest/css/override.css
- Code: Select all
.box.dark > div {
background: #000!important;
color: #FFFFFF!important;
}
.box.color > div {
background: #E89E44!important;
color: #FAEBD8!important;
}
This way You can change background and text color of those elements.
Remember to enable "Use the override.css file" in theme settings (item in admin menu, under comments section, advanced tab).