Hi - Please visit: http://thesmarterscienceofslim.com/. How can I make the page and post body font a slightly darker gray? Thank!
slightly darker body font color for pages and posts
7 posts from 3 voices-
Posted 2 years ago #
-
Hey,
The body colour is set in css/style3.css you can adjust the colour here:
body { color: #777777; }Change 777777 to a darker colour for example 333333.
James
Posted 2 years ago # -
Hi James - This code doesn't exist in my copy of css/style3.css. I can't find #777777 in any of the three css files.
Posted 2 years ago # -
Hey,
open up style1.css an search for:
body{ color:#777; background: #222; }Change the color values as you like... - I think James assumed that you're using another skin :)
Posted 2 years ago # -
Perfect. Thanks Dude. I'd like to also update the color of the other text on the pages/posts to match the body...for example the submenu and links. How can i update their font too?
thanks again
Posted 2 years ago # -
Could anyone help with this quick follow-up question: I'd like to also update the color of the other text on the pages/posts to match the body...for example the submenu and links. How can i update their font too?
thanks again
Posted 2 years ago # -
Search for following code in style1.css:
.wrapper a, #main #sidebar .textwidget a{ color:#777777; border-bottom: 1px solid #ff9000; }and change the color as you like :)
Posted 2 years ago #
Reply
You must log in to post.














