Custom CSS for font in Search Widget

Can you please share the CSS code that needs to be used to change the font in the Search widget? Also I only see one place to add the CSS which is in the Settings Tab (there is no Appearances option like on some other widgets). Thanks!

1 Like

Hi @Sarah_Karlson :wave:

Pleasure to see you as a part of our Community, welcome!

To change the font of the Search app, you need to add this code to the Custom CSS field on the Settings tab:

.global-styles,
[data-app="eapps-search"] {
  font-family: Roboto;
}

Check it out and let me know how it worked :slightly_smiling_face: