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)
-   -   [SOLVED] Remove Footer Widget Border (http://forum.bytesforall.com/showthread.php?t=15127)

vCopia Aug 14, 2011 11:51 AM

[SOLVED] Remove Footer Widget Border
 
I created a footer widget. It is working fine. Just wish to remove the border around that widget only. Other sidebar widgets are fine the way they are. Suggestions?

Jam Aug 14, 2011 08:26 PM

Either post the URL of the site or use Firebug or "Inspect Element" from Chrome to identify the exact widget and then you add CSS to remove its border.

Or from ATA options, remove all borders from all widgets.

vCopia Aug 15, 2011 06:50 AM

Understood. Thanks. The widget id="footer_widget". It's class is "bfa_widget_area"

Being a self taught coder, I sure would be grateful if you'd be kind enough to sahre the applicable CSS string I'd need to insert so as not to display it.

GarethP Aug 15, 2011 08:25 AM

It's the specific widget id you need, not the new widget area

then it'll be

#widget-id {border:none;}

in the HTML/CSS Inserts section

vCopia Aug 15, 2011 04:31 PM

Got it. The widget ID is text-2.

Thought the border was around the entire widget bar and not the individual widget box, and as I only have a single widget box in the footer I didn't see the obvious.

Again, I so very much appreciate your sharing the string!


All times are GMT -6. The time now is 03:01 PM.

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