How do I change the font of the search suggestions?

How do I change the font of the search suggestions?

lukafernada
Explorer
152 2 56

How do I change the font of the search suggestions highlighted in the red box below (only on mobile),

 

Image 16-10-2024 at 14.06.jpeg

I want to change it to font-family: "Iowan Old Style"

 

my URL is cheffings.net

 

Thank you

Reply 1 (1)

Tech_Coding
Shopify Partner
386 106 90

Hello @lukafernada 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   .predictive-search__item-heading {
       font-family: "Iowan Old Style" !important;
   }
</style>

Tech_Coding_0-1729089746484.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.