How do I change font colors in Display? My client doesn't want the gray text.
Change font color?
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
open up style1.css and search for following code:
body{ color:#777; background: #222; }Change the text color as you like.
Posted 2 years ago # -
Thanks! Is there an easy way to change the link color as well? It seems to me there's a lot of link types here...
Posted 2 years ago # -
Yes there are some link types - it's not possible to overwrite their colors easily without editing them one by one. The standard link color can be changed by editing following code in style1.css:
.wrapper a, #main #sidebar .textwidget a{ color:#777777; border-bottom: 1px solid #ff9000; } .wrapper a:hover{ border-bottom: 1px solid #666; color:#ff9000; }Posted 2 years ago #
Reply
You must log in to post.














