Tagged: CSS, custom menu, styling, Widget
Hello. I’d like to remove the bottom border line on a custom menu I’ve placed in a widget, but haven’t been able to figure out the CSS for it. Here’s a screenshot: http://snag.gy/jkMs8.jpg
Hi 1039 Online!
Try adding this to your custom CSS.
.widget .menu > li:last-child, .widget .menu > li:last-child * {
border-bottom: 0px !important;
}
Cheers!
Elliott
Elliot,
Thanks. The code you posted works.