Module Themes
Menu Options
Menu Styles
Headers
Layouts
Footers
Breadcrumbs
Granular Styling
Accessibility
Google Translator
RTL
Fast-Track design & development with enterprise functionality in just a few clicks
Customize the font, size, foreground and background colors of each individual component including header, menu (root items, sub menus, active menus, headings, mobile menu, vertical menu, mega menu), body, headings, paragraphs, and links (visited, hover, active)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<div type="post"> <div class="form-group"> <div class="row"> <div class="col-md-6"> <label for="name">Your name *</label> <input type="text" maxlength="100" class="form-control" name="name" id="name" /> </div> <div class="col-md-6"> <label for="email">Your email address *</label> <input type="email" maxlength="100" class="form-control" name="email" id="email" /> </div> </div> </div> <div class="form-group"> <div class="row"> <div class="col-md-12"> <label for="comment">Comment *</label> <textarea maxlength="5000" rows="10" class="form-control" name="comment" id="comment" style="height: 138px;"></textarea> </div> </div> </div> <div class="row"> <div class="col-md-12"> <input type="submit" value="Post Comment" class="btn btn-primary btn-lg" data-loading-text="Loading..." /> </div> </div> </div>