Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Hi
I have an all black or grey backgrounds and so I need white fonts. Where do I find the possibility to change all fonts to white?
Thanks
Thomas
Hi Thomas
Origami unfortunately lacks these settings in the Customizer. Try adding the following to Appearance > Custom CSS and editing from there:
/* Origami Colors */ #logo h1 { color: #555; } #logo h3 { color: #666; } #menu ul li a { color: #505050; } h1.entry-title, h1.archive-title { color: #333; } .post .post-info { color: #A6A6A6; } .post .content { color: #606060; } .post .below-content { background: #FAFAFA; background: #F9F9F9; border: 1px solid #EEEEEE; }Thanks, it wored after some trials …
Super, glad to hear you were able to make progress here.