Tutorial

Smart Import
List Search

CSS for the Modern Form Designer – a Closer Look

Sometimes fine control of a Form's appearance requires modifying CSS. Ultimate Forms makes this as easy as possible with inline tools.

Instructions

 

The code used in the video example:

.impactTabs .nav-tabs>li.active>a, .impactTabs .nav-tabs>li.active>a:focus, .impactTabs .nav-tabs>li.active>a:hover {    background-color: #e4c189 !important;color: #fff !important;}

.impactTabs .nav-tabs>li>a {       color: grey;  border-right-width: 1px !important;border-right-color: darkgrey !important; }

.impactTabs .nav-tabs {   border-right-width: 1px !important;border-bottom-width: 0px;    margin-bottom: 0px;}

.tab-content .cont {    background-color: #e4c189 !important;    padding: 10px 5px 0px;margin-top: 0px;}

(Ultimate Forms removes line breaks and indents from standard CSS formatting automatically.)

Last modified: 12/5/2019 7:08 PM
Loading...

Add your comment

Comments are not designed to replace support calls. If you have a specific issue with one of our products, please send an email to support@infowisesolutions.com to open a support ticket.