Theme Author
Guido
(@guido07111975)
Hi,
Change colors via the Custom CSS page in the Customizer. Example:
Links:
a {color:#ff0000;}
a:hover {color#333;}
Footer widgets:
#footer .widget {background:#f8f8f8;}
All widgets:
.widget {background:#f8f8f8;}
Main content areas:
#content, #content-full {background:#f8f8f8;}
Navigation bar:
.nav-head {background:#ff0000;}
Post metadata:
.postmetadata {background:#ff0000;}
Have fun!
Guido
Thread Starter
loupai
(@loupai)
Dear Guido,
Thanks for getting back to me so soon! Over the course of the last few weeks, I’ve been trying to make (and actually made) some modifications to the website I am working on.
However, regarding the theme colors, I still have a question:
I have changed the color of the main content area, but then the text becomes substantially harder to read. Can I also change the colors (by default, if possible) of the text? And if so, how? What code do I need to enter into the custom CSS?
Hope to hear from you soon. Many thanks!
Thread Starter
loupai
(@loupai)
Dear Guido, would you be so kind to please check if and how I can change the colors (by default, if possible) of the text? And if so, how? What code do I need to enter into the custom CSS?
Hope to hear from you soon.
Best,
Lou.
Theme Author
Guido
(@guido07111975)
Hi Lou,
Sorry for the late reply.
To change main text color of whole theme, you should change the body color, example:
body {color:#ff0000;}
Guido