Jump to content

Top Menu Header Separator


Recommended Posts

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.

 

post-476774-0-59945500-1361441043_thumb.png

 

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

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

×
×
  • Create New...