Reply To: How to change font size and font family in suggested search keyword field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support How to change font size and font family in suggested search keyword field Reply To: How to change font size and font family in suggested search keyword field

#8815
Ernest Marcinko
Ernest Marcinko
Keymaster

Hi!

Sorry for the late response.

To apply that font all over the search plugin, you can use this custom CSS:

.asp_main_container,
.asp-try,
.wpdreams_asp_sc,
.asp_main_container *,
.asp-try *,
.wpdreams_asp_sc * {
     font-family: 'Abel', sans-serif !important;
}

This will basically force the Abel font on all the elements of the plugin.

For font sizes, there are options on the
Theme Options -> Input field panel: https://i.imgur.com/orhQ04I.png
– For result sizes: Theme Options -> Typography: https://i.imgur.com/kojiSBb.png
– “Try this” text font with custom CSS:

.asp-try,
.asp-try * {
     font-size: 12px !important;
}

I hope this helps! Let me know if you can’t find something.

Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)