Jump to content

Recommended Posts

Hi everyone,

I tried to change colour for Top Horizontal Menu, by editing superfish-modified.css but nothing is working on front-office. Images also attached for better explanation. Any help would be appreciated.

Thank you.

post-820679-0-76355800-1406613996_thumb.png

post-820679-0-86455300-1406614018_thumb.png

Link to comment
Share on other sites

.sf-menu {
position: relative;
padding: 0;
width: 100%;
border-bottom: 3px solid #e9e9e9;
background: #f6f6f6;
}

change it to:

.sf-menu {
position: relative;
padding: 0;
width: 100%;
border-bottom: 3px solid #e9e9e9;
background: #7AB573;
}

effect

N0dG9DB.png

 

 

you must edit file:

/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

Link to comment
Share on other sites

.sf-menu {
position: relative;
padding: 0;
width: 100%;
border-bottom: 3px solid #e9e9e9;
background: #f6f6f6;
}

change it to:

.sf-menu {
position: relative;
padding: 0;
width: 100%;
border-bottom: 3px solid #e9e9e9;
background: #7AB573;
}

effect

N0dG9DB.png

 

 

you must edit file:

/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css

 

As usual "great", problem solved by following above instructions. Thank you vekia.

Link to comment
Share on other sites

×
×
  • Create New...