cocogreen 0 Report post Posted October 25, 2011 Hi All, Thanks to Kastelic I got Chrome, inspect element is a great tool however I am struggling with removing the grey border and header for individual widgets on the main sidebar in the Eco Pro theme. This was a real niggle in the older version of the site in the same theme. Anybody know how to remove the: 1. Widget Header Bar 2. Widget Header Text 3. Widget Border thanks Thomas Share this post Link to post Share on other sites
Kate 3 Report post Posted October 25, 2011 Hi Thomas, Please add this CSS to your custom CSS section: [code].wtitle{display:none;} .widget{border:none !important;}[/code] Share this post Link to post Share on other sites
cocogreen 0 Report post Posted October 25, 2011 Excellent; Works perfectly. Thanks very much Share this post Link to post Share on other sites