How can I change the font of search dropdown headings?

Hi!

does anyone know how to change the headings for the search dropdown? Mines set to the themes headings but I would like it to use the base font. I have attached a pic :slightly_smiling_face: www.gitana.com.au

Hi @Gypsymoon ,

This is David at SalesHunterThemes.

You can try to follow these steps:

Go to Online Store → Themes → Actions → Edit code.

Go Assets folder → theme.liquid file.

Add the following code in the bottom of the file above tag


If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

Hi,

  1. Go to online store
  2. Edit Code
  3. Open your theme.css file
  4. Paste the following code

.predictive-search__heading {font-family: “ITC Berkeley Old Style”, serif !important;}

  1. Save.

Let me know if it work by marking it as a solution.

that worked! thank you so much!

thank you so much!! that’s great!!

You’re welcome! I’m glad I could provide the information you needed.