Select Page

Did you know that when you format your text in WordPress you may be adding or changing the CSS in your page?

I am going to show you some examples here.

1, Text color

When you press text color botton and choose the color, the color of the word will change like the title. Also, in the text section, we can see “<p class=”p1″>1, <span style=”color: #ff6600;”>text color</span></p>”.

2, Bold

When you press bold botton, the thickness of the word will change like the title. Also, in the text section, we can see “<p class=”p1″>2, <strong>Bold</strong></p>”.

3, Font

When you press Italic botton, the style of the word will change like the title. Also, in the text section, we can see “<p class=”p1″>3, <em>Font</em></p>”