mojtabam Posted May 13, 2014 Share Posted May 13, 2014 Hi, I am using prestashop 1.5.4 and I have recently changed my logo, but it is not clickable anymore despite it is between tags <a>. Could you please tell me what should I do to fix this problem? The address of my website is www.kado2iran.com Thank you very much, Mojtaba Link to comment Share on other sites More sharing options...
vekia Posted May 13, 2014 Share Posted May 13, 2014 at the moment your header logo has got z-index:0; #header_logo { position: absolute; top: 0px; z-index: 0; } it means that it's "behind" all other layers, so it's not clickable change it to 1; Link to comment Share on other sites More sharing options...
mojtabam Posted May 14, 2014 Author Share Posted May 14, 2014 Thank you very much for your constant support! Link to comment Share on other sites More sharing options...
vekia Posted May 14, 2014 Share Posted May 14, 2014 hope that code that i suggested solved your problems? Link to comment Share on other sites More sharing options...
mojtabam Posted May 16, 2014 Author Share Posted May 16, 2014 Yes, It is working now. Thanks Link to comment Share on other sites More sharing options...
vekia Posted May 16, 2014 Share Posted May 16, 2014 thank you so much for confirmation now i can go ahead and mark this topic as solved. with regards, MIlos Link to comment Share on other sites More sharing options...
Recommended Posts