Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Displaying a light weight font in the search results › Reply To: Displaying a light weight font in the search results
April 7, 2017 at 7:04 pm
#12630
Keymaster
Hi!
In case you want to apply it for every font regarding ajax search pro, use this custom CSS:
[html].ajaxsearchpro, .ajaxsearchpro * {
font-weight: 300 !important;
}[/html]
If you need it only for specific elements, let me know, and I will forge a different custom CSS for you.