vbadboi Posted June 8, 2013 Share Posted June 8, 2013 Hey all, just need some help on editing the color of the drop down default theme navigation bar to pink. what i mean is when the mouse is over the nav bar a drop down menu by default theme is grey, i want to change it to pink.... many thanks ....^^ Link to comment Share on other sites More sharing options...
vekia Posted June 8, 2013 Share Posted June 8, 2013 it is possible to get url to your website? if so, please paste it here - it will be really helpful in this case regards Link to comment Share on other sites More sharing options...
vbadboi Posted June 9, 2013 Author Share Posted June 9, 2013 www.beautysuppliescanada.com Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2013 Share Posted June 9, 2013 open the: /modules/blocktopmenu/css/superfish-modified.css file and change background param to pink (or other color you want in HEX format) in the: .sf-menu { margin: 10px 0; padding: 0; width: 980px; background: pink; } + .sf-menu li li { background: pink; } + .sf-menu li li li { background: pink; } Link to comment Share on other sites More sharing options...
vbadboi Posted June 9, 2013 Author Share Posted June 9, 2013 wow great thanks it worked! but now which code do i change to get the drop down menu letters to turn into black instead of white many thankssss Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2013 Share Posted June 9, 2013 hello i checked your website - the background color is still dark: you added all modifications that i pasted above? Link to comment Share on other sites More sharing options...
vbadboi Posted June 10, 2013 Author Share Posted June 10, 2013 i only added this 2 coding because i liked the grey menu bar, just wanted the dropdown bar change. =) .sf-menu li li { background: pink; } .sf-menu li li li { background: pink; } Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 to change font color: you have to change the color: #fff; value + change value of the text-shadow: 0 1px 0 #333; .sf-menu a { display: block; position: relative; color: #fff; text-shadow: 0 1px 0 #333; } in the superfish modified css file. I think that also additional modification will be necessary (because all menu links will change color) Link to comment Share on other sites More sharing options...
vbadboi Posted June 11, 2013 Author Share Posted June 11, 2013 ah ok I did try and it looked horrible lolz =) , thanks alot for your help! everything worked but the coloring didn't look nice together.... mark this threat as solved =) thanks again! Link to comment Share on other sites More sharing options...
vekia Posted June 11, 2013 Share Posted June 11, 2013 you're welcome if you need any other help related to this case - feel free to continue discussion here regards Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now