Menu border
- The topic ‘Menu border’ is closed to new replies.
Need help? Check out our Support site, then
Is it possible to add/change the menu’s border colour using css? My header image is white in colour and I need the menu to stand out instead of blending in. Thanks.
The blog I need help with is: (visible only to logged in users)
Hello,
Yes it is possible. Please use the following CSS to change the menu color:
.menu, .menu ul ul, ul.menu ul {
background: #fff;
}
Let me know if you need further assistance, thanks.