Heading Styles

The Heading Styles shortcode for WordPress can be used to display a post headings in various styles and colors, bringing new life into one’s article. Check below for example implementations and shortcode documentation:

Heading Styles Examples

Heading Title Here

Heading Styles Shortcodes

Heading Styles Shortcode
[x3m-heading title="Heading Title Here" heading="h2" color="red" align="center" style="3"]
The shortcode can be used to displays stylized headings with several custom design options. Above example displays a heading model in style 3, red color.

Heading Styles Documentation

Here are the shortcode option settings available for Heading Styles:

Shortcode Settings Details
title=”Heading Title” This is used to set the title heading.
heading=”h2″ This is used to set the heading tag desired (ex h1, h2, h3…).
color=”red” This is used to set the text color for the heading title.

Color names or HEX color codes can be used to set the desired color.

align=”center” This is used to set the heading title alignment. Options available are: “left”, “center” or “right”.
style=”1″ This is used to set the styling of the header. Our shortcode offers at the moment 5 different styling, so you may set any number between 1 and 5 for the styling.