I need for this page https://www.mybengals.it/contatti/ change color text for .input_checkbox_label only for form with backgrounds
since the existing rule is also set to important – we must then do the same with even more selectivity
The Link inside had to be influenced too.
#top.page-id-519 .input_checkbox_label {
color: #fff !important;
}
#top.page-id-519 .input_checkbox_label a {
color: #f1c20c !important;
}
or you decide to give that field a background instead:
#top.page-id-519 #element_avia_8_1 {
background:#fff;
padding:10px;
border: 1px solid #e1e1e1
}