How do I change the font color CSS for Mckinley theme?
-
How do I change the font color CSS for Mckinley theme?
I have googled a lot but can’t find anywhere that gives a specific CSS code I can add to change the font color of the body of the site http://clareketontattoos.com/
The font color is currently black but would like to change it to a light grey like the header. Can you confirm what code to use and where to add it – to the CSS editor or each page?
Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Sure! You can do this by going to Appearance > Customize > CSS and adding this:
.entry-content p, h1.entry-title, h3.sd-title { color: #aaa; }Let me know if you have any questions with this!
-
-
-
sorry another CSS question, can I change the menu font (not header) to make it larger?
You can do that by adding this:
ul#menu-menu-1 li a { font-size: 24px; }You can change around the number to your desired size.
Cheers!
- The topic ‘How do I change the font color CSS for Mckinley theme?’ is closed to new replies.