To add some styling to element you can use css classes.
Classes can be applied to shortcodes by adding class attribute.
e.g.: [sh-paragraph class="redTxt"]My paragraph[/sh-paragraph]
The text of this paragraph will be red.
Classes can be combined e.g.: [sh-paragraph class="redTxt yellowBg"]My paragraph[/sh-paragraph]
The text of this paragraph will be red. Background will be yellow.
Comments