dalauris Posted January 19, 2016 Share Posted January 19, 2016 (edited) Hello prestashopers! I had modified "search" box itself but have no ideas how to do this to "search" text field font? Like to make it larger. Any thoughts are welcome! Edited January 19, 2016 by dalauris (see edit history) Link to comment Share on other sites More sharing options...
Nikhil Prashant Posted January 20, 2016 Share Posted January 20, 2016 Hi, What do you mean by modified, you have changed the code for the controller or you have made some module to do so. And the text size you want to increase is of the search term or of the result term ? Any screenshot will be helpful Link to comment Share on other sites More sharing options...
dalauris Posted January 20, 2016 Author Share Posted January 20, 2016 Here it is! Hope it is clear now! Thanks!!! Link to comment Share on other sites More sharing options...
Nikhil Prashant Posted January 21, 2016 Share Posted January 21, 2016 Hi, I made some changes in my css file and found it works fine, all you have to do is add a line in the css file in your shop directory. assuming that you are using prestashop version 1.6 Go to your Shop root directory >themes>default-bootstrap>css>modules>blocksearch You will find a css file named blocksearch.css search for #search_block_top #search_query_top{ Most probably it will be in the range of line no 25-30 add a line font-size:20px; or the size you want and you are done Hope that helps Regards 1 Link to comment Share on other sites More sharing options...
dalauris Posted January 21, 2016 Author Share Posted January 21, 2016 Great thanx, Nikhil !!! Added that line, works alright! Great thanx again, man! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now