suppsbrasil Posted November 9, 2012 Share Posted November 9, 2012 Hello ! I am struggling to change the Search Button position on the Main Page of my prestashop website. I would like to set the Search Button beside the text field, instead of leaving it below it. I would also like to replace the "Pesquisar" button by a Search and fashion Image. I know there is the global.css which has all the components properties , but I cannot realize what css class handles the Search Button properties. As I am just starting to work on prestashop, my site is under construction with matrice theme: http://suppsbrasil.web101.f1.k8.com.br/suppsbrasil/ Could somebody help me on that please ? Thank you ! Link to comment Share on other sites More sharing options...
yaniv14 Posted November 9, 2012 Share Posted November 9, 2012 for the location of the search button I guess you can add in themes/your_theme_name/css/global.css #search_block_top .button {display:inline-block;} and if you want some image or background just add it also to the same place. Link to comment Share on other sites More sharing options...
Recommended Posts