Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   remove border from header widget (http://forum.bytesforall.com/showthread.php?t=19644)

greggviewpoint Feb 16, 2013 10:21 AM

remove border from header widget
 
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="\&quot;linkabletitlehtmlandphpwidget-2\&quot;" class="\&quot;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!).

juggledad Feb 16, 2013 10:52 AM

Whatis the code you used to create the widget area?

greggviewpoint Feb 16, 2013 10:54 AM

hi there,

<?php bfa_widget_area('name=Header widget area&cells=1&align=9&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>

juggledad Feb 17, 2013 10:14 AM

check to see if your site has PHP 'magic quotess' turned on and if so turn them off. You may need to contact your host's support to find out how to shut them off.


All times are GMT -6. The time now is 12:51 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.