TYDT
October 18, 2023, 3:51am
1
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?
TYDT
October 18, 2023, 5:04am
3
Todoydetodo.cl and the pass is deaflo
Hi @TYDT
You can follow the following steps:
Please go to the Online Store
Then Edit Code
Please find the theme.liquid file
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; }