Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1217924

    I need for this page https://www.mybengals.it/contatti/ change color text for .input_checkbox_label only for form with backgrounds

    #1217929

    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;
    }
    #1217930

    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
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.