Jump to content

Change Font Color


Recommended Posts

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.

post-944743-0-67247300-1426158604_thumb.jpg

Link to comment
Share on other sites

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

×
×
  • Create New...