This topic is locked
[SOLVED]

 Change the color of the search results

8/1/2018 2:21:02 PM
PHPRunner General questions
M
mhollibush author

When performing a search, the font color changes to highlight the results
Where do you change the color?
Bootstrap - Superhero
Results show in red font

I would like it to match the orange button colors
Thanks

C
cristi 8/3/2018

In the generated application go to /styles/bs.css line 1405 .rnr-search-highlight class and modify the color property to #DF691A; - don't forget to clear your web browser cache!
P.S. If you want the modification to be permanent and applied to all your future projects you will also need to modify the source file in phprunner install directory/styles/bs.css

admin 8/3/2018

Do not change source files directly. Make changes like this via 'Custom CSS'.

M
mhollibush author 8/5/2018



Do not change source files directly. Make changes like this via 'Custom CSS'.


Thank you Both for your answers.... will do a custom css