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

Reply To: Displaying a light weight font in the search results

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

#12630
Ernest MarcinkoErnest Marcinko
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.