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

Reply To: Filters Title Customization

#29010
Ernest MarcinkoErnest Marcinko
Keymaster

Oh, I’m sorry, I thought you meant that other thing.

In that case your custom CSS is 100% correct. I tried it on the inspector stylesheet and it has the effect (even with a different color):

.asp_w fieldset legend {
  font-size: 14px !important;
  color: #0c71c3 !important;
}

Make sure to clear the site cache/browser cache, usually that causes the issue.