Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #551230

    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

    #551357

    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

    #552531

    Elliot,

    Thanks. The code you posted works.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Style last item in custom menu widget’ is closed to new replies.