Shortcode columns

<!-- This code --> [column] <h3>Buttons</h3> [button color=606671]Button[/button] [button]Button[/button] [button color=a9adb4]Button[/button] [button color=606671 icon=download-2]Button[/button] [button icon=cart]Button[/button] [button color=a9adb4 icon=arrow-right-2]Button[/button] Checkout all available icons <a href="http://strictthemes.local/documentation/icons/">here</a>. [/column] <!-- Produces this result --> <div class="column column-1-2"><div><h3>Buttons</h3> <p><a class=" button-st button-custom-color" href="#" target="_parent" style="background-color: #606671;"><span>Button</span></a> <a class=" button-st" href="#" target="_parent"><span>Button</span></a> <a class=" button-st button-custom-color" href="#" target="_parent" style="background-color: #a9adb4;"><span>Button</span></a><br> <a class=" button-st button-with-icon button-with-icon-16 ico-st ico-download-2 button-custom-color" href="#" target="_parent" style="background-color: #606671;"><span>Button</span></a> <a class=" button-st button-with-icon button-with-icon-16 ico-st ico-cart" href="#" target="_parent" style=""><span>Button</span></a> <a class=" button-st button-with-icon button-with-icon-16 ico-st ico-arrow-right-2 button-custom-color" href="#" target="_parent" style="background-color: #a9adb4;"><span>Button</span></a></p> <p>Checkout all available icons <a href="http://strictthemes.local/documentation/icons/">here</a>.</p> </div></div>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.