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 Form in Sidebar – Styling Labels and Button

Home / Forums / Virtue Theme / Ninja Form in Sidebar – Styling Labels and Button

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
October 12, 2020 at 11:23 pm

Hi

I usually use this CSS for the styling, but it’s not working on the Ninja form in the side bar – can you assist?

.nf-form-fields-required {
display: none;
}
.nf-form-content label {
font-size: 20px
line-height: 26px !important;
font-weight: 400 !important;
}
.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
background: #Ebe811 !important;
color: #000000 !important;
}
.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
background: #a0ba0d !important;
color: #000000 !important;
}

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