ospnz Posted April 9, 2013 Share Posted April 9, 2013 Hi everyone, The tittle said it all, as I've googled and search all over the forum but without any lucks therefore I've open this new topic, I'm sorry if this topic has been post before. I've managed to changed the topmenu background colour but unable to find where to edit the colour of the vertical saparator bar in superfish-modified.css file. Your direction and coding is greatly helpful. Regards Jacky Link to comment Share on other sites More sharing options...
vekia Posted April 9, 2013 Share Posted April 9, 2013 you use default template? This information is necessary in this case Link to comment Share on other sites More sharing options...
ospnz Posted April 9, 2013 Author Share Posted April 9, 2013 you use default template? This information is necessary in this case Hi vekia, I use default template of Prestashop 1.5.3. Thank you Link to comment Share on other sites More sharing options...
vekia Posted April 9, 2013 Share Posted April 9, 2013 the answer is here: .sf-menu li { float: left; position: relative; background: url(../img/bg_li_blocktopmenu.png) no-repeat 100% 0; } all you have to do is change the background: param now it uses image, and you should use own image there Link to comment Share on other sites More sharing options...
ospnz Posted April 9, 2013 Author Share Posted April 9, 2013 the answer is here: .sf-menu li { float: left; position: relative; background: url(../img/bg_li_blocktopmenu.png) no-repeat 100% 0; } all you have to do is change the background: param now it uses image, and you should use own image there Ah! it's right there under my nose but the code was using colour code instead of image by default as below .sf-menu li { float: left; position: relative; border-right: 1px solid #777; } I've changed #777; to the colour I wanted and its work great. Once again, thank you very much for your help and please mark my topic as [Resolved]. Regards Jacky Link to comment Share on other sites More sharing options...
Recommended Posts