Post Buttons
{getButton} $text={Download} $icon={download}$color={#27ae60}
{getButton} $text={Preview} $icon={preview} $color={#27ae60}
{getButton} $text={Cart} $icon={cart} $color={#27ae60}
{getButton} $text={Share} $icon={share} $color={#27ae60}
{getButton} $text={ Contact Us} $icon={ contact} $color={#27ae60}
{getButton} $text={info} $icon={info} $color={#27ae60}
{getButton} $text={ Paypal} $icon={ paypal} $color={#27ae60}
{getButton} $text={ Whatsapp} $icon={ whatsapp} $color={#27ae60}
{getButton} $text={ Gift} $icon={ gift} $color={#27ae60}
{getButton} $text={ Buy Now} $icon={ button btn cart} $color={#27ae60}
{getButton} $text={ Buy Now} $icon={ button btn cart} $color={#27ae60}
Alert Boxes
Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.{alertSuccess}
Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.{alertInfo}
Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.{alertWarning}
Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.{alertError}
Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.
Contact Form
{contactForm}
Code Box
<html>
{codeBox}
<head>
<style>
code {
font-family: Consolas,"courier new";
color: crimson;
background-color: #f1f1f1;
padding: 2px;
font-size: 105%;
}
</style>
</head>
<body>
<p>The HTML <code>button</code> tag defines a clickable button.</p>
<p>The CSS <code>background-color</code> property defines the background color of an element.</p>
</body>
</html>
Post a Comment