Adding additional services boxes

By default Dandelion theme provides an option to insert one set of services boxes. If you would like to add additional sets of services boxes, you can use the Services Boxes shortcode:

[servicesboxes]  
[servicesbox title="Title one" link="http://site.com" linktext="Learn More" image="IMAGE URL"]First box text [/servicesbox]   
[servicesbox title="Title two" link="http://site.com" linktext="Learn More" image="IMAGE URL"]Second box text [/servicesbox]   
[servicesbox title="Title three" link="http://site.com" linktext="Learn More" image="IMAGE URL" last="true"]Third box text [/servicesbox]  
[/servicesboxes]  

Was this useful? 3