Text styles

You can use a built-in WYSIWYG editor to change the text style:

WYSIWYG.png

Or you can change the source code:

This is italic font-style

<p><em>This is italic font-style</em></p>

This is bold font-style

<p><strong>This is bold font-style</strong></p>

This is your underlined text

<p><span class="wysiwyg-underline">This is your underlined text</span></p>

This text is deleted

<p>This text is <del>deleted</del></p>

This is an important marked text

<p>This is <span class="text-primary">an important marked text</span></p>

This is an important blue text

<p>This is <span class="text-info">an important blue text</span></p>

This is an important yellow text

<p>This is <span class="text-warning">an important yellow text</span></p>

This is an important red text

<p>This is <span class="text-danger">an important red text</span></p>

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.