Table of Contents

ComboStrap Styling - Text color

About

text-color is a typographic attributes that sets the color of a text.

Syntax

text-color="value"
<!--- or --->
color="value"

where value is one of the accepted color values and the special text colors value:

Example

Basic

Coloring paragraph with the component and a couple of words with the itext component

<text color="steelblue">
Steelblue colored paragraph with a <itext color="blue">couple of words in blue</itext>
</text>

Steelblue colored paragraph with a couple of words in blue

The reset color applied on a link will take the color of the text

<text color="#6c757d">
Colored text with a [[?color=reset&underline|reset link]]
</text>

Colored text with a reset link