Jump to content

1.5.3.1 Top Menu Color? (SOLVED)


Recommended Posts

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.

post-346074-0-06280400-1357282740.png

Edited by bside2234 (see edit history)
  • Like 2
Link to comment
Share on other sites

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

  • 2 weeks later...
×
×
  • Create New...