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

Reply To: Frontend Search Title

#22151
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

I think you will have to use custom CSS for that, as it is inherent from the theme. This should do the trick:

.asp_sb fieldset legend {
    color: red !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

Just change/remove whatever properties you want to change. I hope this helps!