tlafortune24 0 Report post Posted March 17, 2011 I am using the Pagelines base theme and I have used the Custom menu widget to add a "quicklinks" sidebar to my site. I am trying to remove the underline beneath the widget title and found the following code: `/* Primary Border Color */ hr, .fpost, .clip_box, .widget-title, #buddypress-page .item-list li, .metabar a, #morefoot .widget-title, #site #dsq-content h3{ border-bottom: 1px solid #E9E9E9; }' What do I enter in the custom code to remove the border-bottom all together? Thanks, Tim Share this post Link to post Share on other sites
tlafortune24 0 Report post Posted March 17, 2011 Nevermind, Found the solution: #morefoot, .widget-title{border-bottom-width:0px;} Share this post Link to post Share on other sites