I recently downloaded a free theme is nice but the name seems like writing is shown in the fog so you can help me please theme is done in wordpress my blog is :
You should use w3 schools css tutorials, they will show you straight away how to change colours and fonts - http: //www. w3schools. com/ css/ css_text.asp
I'm sorry but that is not familiar with html do not know anything that I asked for help only the forum Thanks
You want change the text color and fonts .I'm write some css code try it .You should use w3schools this is best way for learn css and html,xhtml ect . body { text-align:center; color:red; } text-font:left; color:red; [h=2][/h]
Usually, the majority of the font shown into the website is declared globally on a body. Try to search the css for "body" from there you check if there are: font-family: color: or font: color: If yes, change the value and save. But if none, it maybe declared into another class or id. If these problems still persist. Consult W3school, very best for beginners.