I’m trying to use Customizr theme, but need a black background with white text. Is there any way to reverse the main color skin – not just the accents – in the Customizr theme?
Thank you in advance!
Dan
This topic was modified 7 years, 8 months ago by DanielStafford62. Reason: Typo
You can do it with css, but you must create a child theme if you make many changes or customize from advanced options of the theme… Customizr Theme Options : Advanced options
body {
padding-bottom: 0;
color: #fafafa;
background: #5a5a5a;
}
To modify the header is more complicated
Viewing 1 replies (of 1 total)
The topic ‘Change Customizr Skin To White On Black?’ is closed to new replies.