Tagged: navigation menu widget
Hello,
I am using both the Navigation Menu widget and the Recent Posts widget on the same page and I am trying to get them to look consistent. I would like the borders between list items to look like they do on the Recent Posts widget, but I’m having a hard time adjusting the borders in the Navigation Menu. Specifically, I would like to remove the borders underneath “Corporate Art” and at the bottom of the widget and increase the width of the border in between the list items to 2px. I’ve tried the following code, but no luck:
.widgettitle {
border-bottom: 0px;
}
.widget_nav_menu a {
border-bottom: 2px;
}
Am I targeting the wrong element? Any help would be appreciated. Thank you!