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)
-   -   How can I remove widget border? (http://forum.bytesforall.com/showthread.php?t=9940)

chaosisbliss Sep 28, 2010 08:16 PM

How can I remove widget border?
 
I'd like to remove the border from the widgets where my ads are, please see my site for what I'm talking about. I like the border for previous posts & categories etc, just not for ads. It also means an ad 200px wide expands outside of the space even though my sidebar is set at 200px wide.

Thanks for your help!

lmilesw Sep 29, 2010 12:25 AM

You just have to determine the selector for that particular widget (I use the Firebug extension for Firefox) and use code similar to the following which removes the border from your green coupon and centers the image.
HTML Code:

div#text-4 {border:none;text-align:center;}

lmilesw Oct 2, 2010 09:41 PM

That's why you use a selector like I mentioned and put the CSS in ATO>Add HTML/CSS Inserts>CSS Inserts

chaosisbliss Oct 2, 2010 09:48 PM

Just figured it out with firebug, thank you! I tried to delete my last question but you had already posted. You're SO on top of it - thanks for the support.

Oh although I edited the html (?) through firebug, didn't try through Add HTML/CSS Inserts but will look at that, maybe that would have been easier.

lmilesw Oct 4, 2010 07:51 AM

Firebug just gives you the selector and let's you "test" the code. You would still need to add the code in the appropriate are in the theme options.


All times are GMT -6. The time now is 09:59 PM.

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