Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1050130

    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!

    #1050483

    Hey kmwollman,

    Please try the following in Quick CSS under Enfold->General Styling:

    .sidebar #nav_menu-4 li:first-child {
        border-top-width: 0;
    }
    
    .sidebar #nav_menu-4 li:last-child {
        border-bottom-width: 0;
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.