How to change text color in Eurus Theme search bar?

Hi friends!

I have a problem with the search bar display in Eurus Theme. As you can see in the picture, the color of the name of the product and price are in the same color as the background. How can I change the color of the text?

I hope you can solve my question.

Hi @TYDT

Could you send me your store link to check?

Todoydetodo.cl and the pass is deaflo

Hi @TYDT

You can follow the following steps:

  1. Please go to the Online Store
  2. Then Edit Code
  3. Please find the theme.liquid file
  4. Before end of Please add following code.

If this solution is worked, then please Like this and Mark this as accepted solution!

Laddi

Hi @TYDT

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

Please add this code at the bottom of your theme.css file in Online store > Themes > Edit code

#predictive-search-results .pt-2, 
#predictive-search-results .pt-2 p { color: #fff !important; }