Sample code: <h1>Header Text</h1>
Sample code: <h2>Header Text</h2>
Sample code: <h3>Header Text</h3>
Sample code: <h4>Header Text</h4>
Sample code: <h5>Header Text</h5>
Sample code: <h6>Header Text</h6>
This is a sample paragraph in default font-family Lato and font-size 16px
Sample code: <p style=”font-size:18px;” >Text here </p>
Sample code: <p style=”font-size:22px;” >Text here </p>
Sample code: <p style=”font-size:24px;” >Text here </p>
Sample code: <p style=”font-size:26px;” >Text here </p>
Sample code: <p style=”font-size:28px;” >Text here </p>
This is a sample quote in default font-family Lato Italic and font-size 16px
Sample code: <blockquote style=”font-size:16px;font-family:’Lato’;font-style:italic;” >Text here </blockquote>
This is the default quote style of the theme.
This is a sample quote
To override this style you may refer to the sample code and attach and inline css style in the tag.
Sample code: <p style=”font-size:16px;font-family:’Lato’;font-style:italic;”>”Text here”</p>
Sample code: <p style=”color:#E50055;” >Text here </p>
Sample code: <p style=”color:#a0d523;” >Text here </p>