Jump to content

Bigger space above menu bar please


Recommended Posts

LOL yeah sorry.. I tend to do this.... rip my hair out and cant find something... walk away from the pc.. think about it.. come back and solve my own problems!

 

I'm now trying to change the hove brown/black of the menu bar and can't find that... or can find it and it's not working....

 

I'm not liking 1.6.0.5 at the moment....

Link to comment
Share on other sites

If you mean menu hover you have it in yourdomain/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    background: none repeat scroll 0 0 #333333;
    border-bottom-color: #666666;
    color: #FFFFFF;
}
Link to comment
Share on other sites

 

If you mean menu hover you have it in yourdomain/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    background: none repeat scroll 0 0 #333333;
    border-bottom-color: #666666;
    color: #FFFFFF;
}

 

hmm I tried this.. will kick the cache and try again...

Link to comment
Share on other sites

AHA!!!   line 69..... I was doing the wrong bit..

  .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    background: #D0F35B;
    border-bottom-color: #8FB60E;
    color: white; }
Link to comment
Share on other sites

×
×
  • Create New...