bside2234 Posted January 4, 2013 Share Posted January 4, 2013 (edited) So updating to 1.5.3.1 has changed the color of the top menu to a solid black instead of the grey gradient. Is everyone elses like this too? EDIT: Changed it to the grey gradient. Here's how I did it in case this is an issue with other people. navigate to: modules/blocktopmenu/css/superfish-modified.css Changed: .sf-menu { margin: 10px 0; padding:0; width:980px;/* 980 */ background: #383838; } To: .sf-menu { margin: 10px 0; padding:0; width:980px;/* 980 */ /*background: #383838;*/ -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background: transparent url(../img/bg_blocktopmenu.png) repeat-x 0 0; -moz-box-shadow: 0px 1px 2px #c6c6c6; -webkit-box-shadow: 0px 1px 2px #c6c6c6; box-shadow: 0px 1px 2px #c6c6c6; } Then I had to add the bg_blocktopmenu.png from a 1.5.2 backup. I put it in the modules/blocktopmenu/img folder. I attached the image here in case anyone needs it. Edited January 4, 2013 by bside2234 (see edit history) 2 Link to comment Share on other sites More sharing options...
the.rampage.rado Posted January 4, 2013 Share Posted January 4, 2013 I like it the new way because all blocks are like that and it blends better. Link to comment Share on other sites More sharing options...
bside2234 Posted January 4, 2013 Author Share Posted January 4, 2013 At first I thought the same thing but when you go to certain pages like the checkout process, some of the headings are grey and I think I like how it matches that. I'm kind of 50/50 with it right now. I think I like how the grey gives a little color variant and how the mouse-over changes it to the color of the other headings. Link to comment Share on other sites More sharing options...
the.rampage.rado Posted January 5, 2013 Share Posted January 5, 2013 Black is also good but on IE (7 I think) the drop down menus are too transparent. So transparent that they're hard to read... IE still gives me 12% of the visitors, I've never been very multi-browser site builder (build on what we have and hope for the best) but.... Link to comment Share on other sites More sharing options...
hobylazy Posted January 19, 2013 Share Posted January 19, 2013 I just copy the 1.5.3.1 modules/blocktopmenu to replace my 1.5.2 top menu, it works, and looks same to new version now. Link to comment Share on other sites More sharing options...
Recommended Posts