Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filters Title Customization › Reply To: Filters Title Customization
August 17, 2020 at 1:55 pm
#29010
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.