Text Decoration
The text-decoration property specifies the decoration to add to the element's text.
Class | Properties |
---|---|
wpex-underline | text-decoration: underline; |
wpex-line-through | text-decoration: line-through; |
wpex-no-underline | text-decoration: none !important; |
wpex-hover-underline | text-decoration: underline; |
wpex-hover-line-through | text-decoration: line-through; |