spiritmedia Posted February 21, 2013 Share Posted February 21, 2013 Kindly refer to the attachment, can anyone teach me how to change the separator color in the header navigation bar(the grey color)? Thank you. Link to comment Share on other sites More sharing options...
vekia Posted February 21, 2013 Share Posted February 21, 2013 Kindly refer to the attachment, can anyone teach me how to change the separator color in the header navigation bar(the grey color)? Thank you. can you provide an url? I've noticed that you have got non-default menu css styles, so withour url it is hard to help Link to comment Share on other sites More sharing options...
spiritmedia Posted February 22, 2013 Author Share Posted February 22, 2013 I using default theme, just done some change in the color only. u can go to www.spiritmedia.com.my Link to comment Share on other sites More sharing options...
hxd Posted February 22, 2013 Share Posted February 22, 2013 Actually that's an image. If you want to change it, on your hosting account upload the new image in public_html/modules/blocktopmenu/img. Then edit the file superfish-modified.css; it's in public_html/modules/blocktopmenu/css. You need the following code: .sf-menu li { float: left; position: relative; background: transparent url(../img/bg_li_blocktopmenu.png) no-repeat 100% 0; } Just change bg_li_blocktopmenu.png with the name of the newly uploaded image. Then flush the browser cache and refresh the frontend of your site. Hope this helps. Link to comment Share on other sites More sharing options...
Recommended Posts