Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Filters Title Customization
- This topic has 12 replies, 2 voices, and was last updated 5 years, 9 months ago by
Alex Meda.
-
AuthorPosts
-
August 6, 2020 at 5:23 pm #28832
Alex Meda
ParticipantHi,
Please in which part of the settings can I customize the “font-size” of the Search Filters Titles as I red-highlighted on the screenshot below.August 10, 2020 at 9:34 am #28855Ernest Marcinko
KeymasterHi,
Those are inherent in most cases from the theme, but you can customize it by using this custom CSS:
.asp_w fieldset legend { font-size: 14px !important; }August 13, 2020 at 11:15 pm #28927Alex Meda
ParticipantHi,
Things were working fine until now and I don’t know exactly where the issue is with my ChildTheme but users can’t check the filters anymore. Please Watch ThisAugust 14, 2020 at 9:11 am #28937Ernest Marcinko
KeymasterIs there a page where I can take a look at this? It looks like some sort of a CSS conflict, but I am not sure. Thank you!
August 14, 2020 at 5:23 pm #28950Alex Meda
ParticipantHi,
You can find it On The Landing Page or On This OneThank you
August 15, 2020 at 12:09 pm #28967Ernest Marcinko
KeymasterThanks!
I’m seeing this custom CSS causing the issue:
label { font-size: medium; color: black; display: contents!important; }The problem is the third line. You can either track down this rule, or use this custom CSS to override that:
.asp_w.asp_s label, .asp_w.asp_sb label { display: inline !important; }August 15, 2020 at 5:57 pm #28977Alex Meda
ParticipantYou’re right !! The issue has successfully resolved so thanks a looot!
Now I wondering how to change the color of these labels. I already tried this :.asp_w fieldset legend {
font-size: 14px !important;
color: black !important;
}But it’s not working yet.
August 17, 2020 at 9:27 am #28998Ernest Marcinko
KeymasterYou are welcome 🙂
Use this for the option labels:
.asp_w.asp_s .asp_option_label, .asp_w.asp_sb .asp_option_label { color: red !important; }August 17, 2020 at 9:50 am #29004Alex Meda
ParticipantHi 🙂
Thanks for the details but I think that I didn’t explain myself well,
I was indeed talking about the titles that I highlighted in red on the screenshot about: “Generic Filter”, ” Global Filter” , “Price Range” etcAugust 17, 2020 at 1:55 pm #29010Ernest Marcinko
KeymasterOh, 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.
August 17, 2020 at 4:49 pm #29014Alex Meda
ParticipantI truly thank you a lot for your remarkable work! It’s working perfectly as I wanted it all 🙂
August 18, 2020 at 9:56 am #29027Ernest Marcinko
KeymasterYou cannot access this content.
August 18, 2020 at 3:47 pm #29034Alex Meda
ParticipantYou cannot access this content.
-
AuthorPosts
- The topic ‘Filters Title Customization’ is closed to new replies.