Hi,
I would like to change the colour of the font and increase the size on all the content pages. How do I do that?
This is the site I am working on http://www.easttowestcommunications.net
I am not tech savvy, so detail is appreciated.
Thanks!
font colour and size
8 posts from 3 voices-
Posted 2 years ago #
-
Hey,
to change the font size & color open up style.css and search for following code:
body{ font-size:15px; font-family: Arial, Helevtica, Verdana, san-serif; line-height:23px; position:relative; }Replace it with:
body{ font-size:15px; font-family: Arial, Helevtica, Verdana, san-serif; line-height:23px; position:relative; color: #333 !important; }Adjust the color and the font size value as you like :)
Posted 2 years ago # -
Following up on my last question - I managed to increase the font size so that is resolved.
Now I need to ask how I can change the font of the headlines and content to Futura Light...? Is that possible?
Thanks...Posted 2 years ago # -
Hey,
You can generate and implement a new cufon font. Kriesi posted the instructions here: http://www.kriesi.at/support/topic/cufon#post-83Posted 2 years ago # -
Hello,
Had seen that thread, was wondering if there was another way as it sounds too complicated. Will try it out.
It's really a great template and would recommend you guys for your great support.
Thanks again...Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago # -
That worked for me too. Finally and happy. Now how do I change the widget section display for color. The font changed but I still have the super light grey when I changed the rest to 464646
Posted 2 years ago # -
Hey,
open up style1.css and search for following code:
.widget_recent_entries a, .widget_categories a, .widget_pages a, .widget_meta a, .widget_archive a , .widget_nav_menu a, .widget_links a, .recentcomments{ border-bottom-color: #bbb; color: #888; text-decoration: none; background:url("../images/skin1/bullet_list.png") no-repeat scroll 1px 11px transparent; } .widget_recent_entries a:hover, .widget_categories a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_archive a:hover, .widget_nav_menu a:hover, .widget_links a:hover{ color: #444; background:url("../images/skin1/bullet_list.png") no-repeat scroll 1px 11px #f8f8f8;}Change the color values as you like.
Posted 2 years ago #
Reply
You must log in to post.














