RPW Posted December 4, 2013 Share Posted December 4, 2013 (edited) Hello! I installed a new theme to my prestashop several months ago. It has been working fine. There is a slight problem with it. Issue: When you scroll on the menu it shows a drop down menu but it doesn't let you chose from the drop down menu and sometimes there is an invisible pattern to it which makes it difficult to make a selection from the menu. Am not aware of technical aspects of Prestashop. I hire a freelancer to make changes/fix issues where there are any. Shop: You can view my shop at www.renewableproductswarehouse.com Any help would be much appreciated. kind regards, Jamal Edited December 4, 2013 by RPW (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted December 6, 2013 Share Posted December 6, 2013 Try making this image bigger http://www.renewableproductswarehouse.com/themes/theme366/css/../img/sub-top.png' As it's getting cut when texts are longer. or, you can edit the css file (I don't know which one, everything is compressed) and add the same background color to those list items. THe css rule is #cat ul.subcat li:first-child Link to comment Share on other sites More sharing options...
vekia Posted December 6, 2013 Share Posted December 6, 2013 you're talking about this: ? Link to comment Share on other sites More sharing options...
vekia Posted December 6, 2013 Share Posted December 6, 2013 why not to add #5e5f61 as a background color? #cat ul.subcat li:first-child { background: #5e5f61 url('http://www.renewableproductswarehouse.com/themes/theme366/css/../img/sub-top.png') no-repeat 0 0; padding-top: 25px; } can you turn off ccc for css files ? (adv. patameters > performance) i will show you what and where you have to change 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