where do i change font color on this site??? www.seoclient.com i've gone into .css file and i do not see where i would do this any help?? thnks! tony
changing the font colour is the basic thing and you can find loads of help on the net.just google it.or open your page in a web-editor and do it that way if you know how.this is basic stuff man
i know its basic....im in wordpress .css file and it doesnt have font color.... font color for body of each post...etc.... /* Theme Name: Adformat Theme URI: http://pilkster.com/seo-adsense-wordpress-theme/ Description: Theme formatted for industry-standard size banners and adverts. Licensed under <a href="http://creativecommons.org/licenses/by-nc-sa/2.5/">Creative Commons</a>. Attribution links must stay. Version: 1.0 Author: Simon Pilkington Author URI: http://pilkster.com/ */ * { padding: 0; margin: 0; } body { font-size: 76%; font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif; } hr { display: none; } #page { width: 790px; margin: 0 auto; it just shows font size and font family.....
Please try to avoid double posting. Find these lines: .post { margin-bottom: 20px; color: #000000; padding-left: 5px; padding-right: 5px; font-size: 1.1em; } and change #000000 to your desired color.