A.Hawk Posted March 12, 2015 Share Posted March 12, 2015 Hello to all the community of Prestashop, i have following issue, like you can see in the picture i have 2 sites running, the main one and a Beta version where i make the testing, there was other Web Developer who made a change on the Search Block and now the Color Font of the Bar is White just like the background, so you cant see what your writing, while the Beta version which is the original code have the Grey Font. Can someone tell me where i can change the color font of the block search, cause is driving me crazy. Ty, Leo. Link to comment Share on other sites More sharing options...
Paulito Posted March 13, 2015 Share Posted March 13, 2015 Hello To change the font colour add this to anywhere in global.css /* Changed colour of font in search block in top nav */ .sf-menu li.sf-search input {color: #9c9b9b!important;} Result http://screencast.com/t/4ubAFu3CEXP You can, of course, change the background colour as well /* change background colour in search block in top nav */ .sf-menu li.sf-search input {background: #f6f6f6!important;} Result http://screencast.com/t/iR3qGdqr1sC Paul Link to comment Share on other sites More sharing options...
A.Hawk Posted March 15, 2015 Author Share Posted March 15, 2015 I manage to do it, but i just use the firebug to locate which .css were making the change of color, i find both of them and change the color manually with notepad++. Thx for the reply Zuricata Link to comment Share on other sites More sharing options...
Recommended Posts