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] How can I remove the border from the left sidebar widgets, but leave it on t (http://forum.bytesforall.com/showthread.php?t=11091)

jkgourmet Nov 10, 2010 01:45 PM

[SOLVED] How can I remove the border from the left sidebar widgets, but leave it on t
 
www.GringoDog.com

This is the CSS code that is generating the red borders on the widgets. I would like to leave it on the right sidebar, but remove it from any widgets placed in the left sidebar. Is that possible? (I am not a coding person - it's only because this theme is easy to handle and the support here is so good that I've gotten this far!)

font-family: "comic sans ms"; arial;
font-size: 14px;
margin: 0 0 10px 0;
padding: 10px;
border: solid 2px #ee0000;
/* uncomment next block for round corners */
/*
-moz-border-radius:5px;
-khtml-border-radius: 5px;
-webkit-border-radius:5px;
border-radius: 5px;
*/

juggledad Nov 10, 2010 01:58 PM

copy the css selector and rules, add '#left' to the beginning of the selector and use "border: 0px"


All times are GMT -6. The time now is 05:27 AM.

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