lowitte 0 Report post Posted February 11, 2011 Hi again and thanks everyone for your help to date. Is there a way via CSS to prevent morefoot sidebars from inserting a divider line at the bottom of the widget? My problem can be seen in the upper right of my site: www.ericlowitt.com. There's a white line in the upper right. I inserted a morefoot sidebar section in my site header template in place of the site branding section; I wanted to insert a widget in the header and this approach worked. But the morefoot sidebar widget inserted a blue divider line at the bottom of the widget (blue via divider color choice in design control). I used CSS to change the line to white, hence the extra white line at the bottom of the upper right morefoot sidebar. Can I just eliminate the line instead of hiding it via white color? Thanks! Share this post Link to post Share on other sites
kastelic 6 Report post Posted February 11, 2011 body #header .widget-title{border-bottom:none} Share this post Link to post Share on other sites
lowitte 0 Report post Posted February 11, 2011 Thanks Jimmy! Worked like a charm. Karma your way -Eric Share this post Link to post Share on other sites