hi folks,
my sincerest apologies if this is redundant. i've searched the discussions here but none of the examples work for me. i am using ataualpa 3.7.10 and wp 3.5.1.
i am trying to remove the border from this single widget:
<div id="header_widget_area" class="bfa_widget_area"><div id="\"linkabletitlehtmlandphpwidget-2\"" class="\"header-widget" widget_text\"=""> <div class="textwidget"><center>
i have tried these two css inserts:
div#header_widget_area {
border: none;
}
div#linkabletitlehtmlandphpwidget-2 {
border: none;
}
thanks for any pointers. i am still learning (obviously!).