kwodkewe Posted July 29, 2014 Share Posted July 29, 2014 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. Link to comment Share on other sites More sharing options...
vekia Posted July 29, 2014 Share Posted July 29, 2014 .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 you must edit file: /themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css Link to comment Share on other sites More sharing options...
kwodkewe Posted July 29, 2014 Author Share Posted July 29, 2014 .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 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 More sharing options...
vekia Posted July 30, 2014 Share Posted July 30, 2014 you're welcome :-) glad to hear that i could help a little i marked topic as solved with regards, MIlos Link to comment Share on other sites More sharing options...
Recommended Posts