Hi there!
I have added a new section to my DW Page site, called the section “Product” and added the class “product” in the menu settings. Now, I would like to add blocks like in the Introducting section to my Product page and make them look the same. How can I do this?
Thanks,
Benedikt
1 Answers
To make a page as the Introducing page, you can log in to Dashboard > Pages > Add new, then add the following code to the Text frame.
<div class="span4 block"> <div class="section-img"><i class="hide-text icon-tpl-design">hide</i></div> <h2 class="section-content-title">Web & UI Design</h2> <div class="content">Buspendisse in lorem ipsum ut magna pharera aliquet non sodales lorem ipsum belit. Donec sed odio rera magna pharera aliquet. Nulla uitae elit libero, a pharetra augue.</div> </div> <div class="span4 block"> <div class="section-img"><i class="hide-text icon-tpl-spaceship">hide</i></div> <h2 class="section-content-title">Corporate Design</h2> <div class="content">Buspendisse in lorem ipsum ut magna pharera aliquet non sodales lorem ipsum belit. Donec sed odio rera magna pharera aliquet. Nulla uitae elit libero, a pharetra augue.</div> </div> <div class="span4 block"> <div class="section-img"><i class="hide-text icon-tpl-galaxy">hide</i></div> <h2 class="section-content-title">iOS Development</h2> <div class="content">Buspendisse in lorem ipsum ut magna pharera aliquet non sodales lorem ipsum belit. Donec sed odio rera magna pharera aliquet. Nulla uitae elit libero, a pharetra augue.</div> </div>
Note You can find here for the document guide on how to create a new blocks: http://www.designwall.com/guide/dw-page/#introducing-section
Hope this helps !
Please login or Register to submit your answer