This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: UI Setting on Filter

#33058
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

Try customizing these custom CSS codes:

div.asp_w.asp_sb.searchsettings fieldset legend {
    color: red !important;
}

fieldset.asp_filter_tax_cruise_location::after {
    content: '';
    display: block;
    margin-top: 18px;
    border-top: 2px solid #e6e6e6 !important;
}

First should help with the color, the second with the line.