Forums Forums Search & Filter Pro change background when checked checkbox.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Trevor
    #141546

    I think the CSS would be like this:

    .searchandfilter input[type=checkbox]:checked + label {
      background: #8B4513;
      color: white;
      height: 50px;
      width: 100%;
      cursor: pointer; 
    }

    Although you may to fiddle with this to get what you want, as I have not seen your search page to test it on.

    Anonymous
    #141555

    I resolved. Thanks for your perfect answer!

Viewing 2 posts - 1 through 2 (of 2 total)