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)
-   -   Getting rid of widget Side border and replacing with an icon. (http://forum.bytesforall.com/showthread.php?t=606)

jmesax Mar 2, 2009 01:21 AM

Getting rid of widget Side border and replacing with an icon.
 
I have blog www.ourlifewalkabout.com and interested in replacing the color widget sidebard boundary which is currently not there (I made the boundary value 0). For example eventually I will have categories including all the countries I'm visiting and I would like to have icons of the country's flag. Thanks - Love the theme once I figured it out.

jmesax Mar 2, 2009 01:26 AM

Maybe the best way would be to somehow get rid of the theme CSS for just my "folding categories" plugin/widget if possible.

Flynn Mar 2, 2009 04:38 AM

If you mean the line breaks caused by the category count displayed after the link, add this as CSS Insert

HTML Code:

div#foldingcategorylist-1 ul li a {
display: inline !important;
border-left: none;
}

To add styling to the li elements

Main items

HTML Code:

div#foldingcategorylist-1 ul li.lwfcl_level-0 {
background: url(/path/to/image.gif) no-repeat top left;
padding-left: 20px;
}

Sub items

HTML Code:

div#foldingcategorylist-1 ul li.lwfcl_level-1 {
background: url(/path/to/image2.gif) no-repeat top left;
padding-left: 20px;
}

padding-left = [width of image] + [space between image and text]


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

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