I use wordpress and i want to change the color of some phrases or change the dimension of the font , how to do this ? i can see any option
It's all done with css styling. You'll need to edit your style.css file located in your theme directory.
I must edit the .css for everything i want to make different , wordpress need something like DP forum to write messages change colors, fonts everything easy
If you want to change just a few phrases, you will not need to change the css file. Just add in these tags, <font size="4"></font> or <font color="red"></font> to change it. Google up "font html" for more guides on this. This method will make it easier for you since you want a method close to DP style of formatting text.