Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Ninja Forms Styling (In Sidebar)

Home / Forums / Virtue Theme / Ninja Forms Styling (In Sidebar)

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
June 11, 2020 at 2:59 am

Hi

I’m using this CSS in my theme options > advanced settings field to style a Ninja Form in my sidebar, but it doesn’t seem to be working.

.nf-form-fields-required {
display: none !important;
}
.nf-form-content label {
font-size: 16px
line-height: 19px !important;
font-weight: 400 !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
background: #52575a !important;
color: #ffffff !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
background: #ffffff !important;
color: #52575a !important;
}
}

can you suggest any changes?

  • The forum ‘Virtue Theme’ is closed to new topics and replies.