kugi Posted August 16, 2012 Share Posted August 16, 2012 HI all Does anyone knows where you remove the page titles?? Such as Home/Contact when you click on contact us button? Same thing with every page such as login page says home/login etc... Thanks Link to comment Share on other sites More sharing options...
Médéric Posted August 16, 2012 Share Posted August 16, 2012 Hi, I think you are referring to the breadcrumb. There is a simple way to hide it. In your global.css line 632 replace : .breadcrumb { font-size: 1em; color: #888; } with : .breadcrumb { font-size: 1em; color: #888; display:none; } Don't forget to disable the cache in the administration and refresh the page. Best regards 1 Link to comment Share on other sites More sharing options...
kugi Posted August 16, 2012 Author Share Posted August 16, 2012 hahaaaaaaa sorted many many thanks for such a clear tip you are a star Link to comment Share on other sites More sharing options...
Médéric Posted August 16, 2012 Share Posted August 16, 2012 Thank you ! you're welcome. mb Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 16, 2012 Share Posted August 16, 2012 Thank you Mederic for the solution and thank you to kugi for the solution confirmation. Now I will mark this thread as solved and we can go about our business. Thank you for choosing PrestaShop! Link to comment Share on other sites More sharing options...
Recommended Posts