how to change the color of that part of the writing suggested (prestige theme)

that part that is written on the search bar below shows up in black like the background. how can i fix it. prestige theme

Hey! @ricky3 ,

Could you kindly share your store URL and password (if it’s password-protected) so I can review it and provide you with an update?

pls check private messages. I just sent you the link

Hi @ricky3 :waving_hand: that typically requires theme customization to change the structure of the rendered content.

And new styles to make sure your not ruining accessibility with horrible contrast by having dark text on a dark background.

If you need this customization then contact me for services.
Contact info in forum signature below :down_arrow: :down_arrow: :down_arrow:.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

Hi @ricky3 ,

Please send the website link, I will check it for you

pls check private messages. I just sent you the link

Hi @ricky3 ,

Please go to Customize > Theme settings > Custom CSS and add code:

.predictive-search__suggestions mark {
    color: #e32c2b;
}

You can also change the color to your own code, it will display well