you can do something like this with css. can you post a link to your site?
Kadence Themes
sure my link is http://www.iidfs.com and kindly provide me the css code
Hey,
You can use css like this:
.sf-menu li {
border: 1px solid #333;
background-color: #999;
}
Just replace the colors with your own and paste in your custom css box in theme options > advanced settings.
Hope it helps!
Hannah
Just to help clean it up a little more I will recommend this css:
#nav-main .sf-menu > li {
border: 1px solid #333;
background-color: #999;
}
#nav-main ul.sf-menu a {
padding:10px
}
@media (min-width: 992px) {
.kad-header-left {width:20%;}
.kad-header-right {width:80%;}
}