Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

Getting rid of widget Side border and replacing with an icon.


  #1  
Old Mar 2, 2009, 01:21 AM
jmesax
 
5 posts · Mar 2009
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.
  #2  
Old Mar 2, 2009, 01:26 AM
jmesax
 
5 posts · Mar 2009
Maybe the best way would be to somehow get rid of the theme CSS for just my "folding categories" plugin/widget if possible.
  #3  
Old Mar 2, 2009, 04:38 AM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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]

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Removing Magnifying Glass Icon from Search Widget HenryGomez Sidebars & Widgets 6 Sep 24, 2010 12:36 PM
[SOLVED] Bullets, Circles, Icons instead of left border on widget list items MacMacGA Sidebars & Widgets 62 Jul 30, 2010 11:46 AM
Text Widget will not be placed on side bar ladyhotchkiss Sidebars & Widgets 8 Jul 25, 2009 07:49 PM
[SOLVED] Theme is adding a border around my AddThis widget at bottom of posts daneo Post-Kicker, -Byline & -Footer 7 Jul 15, 2009 05:42 PM
[SOLVED] how to add follow me on Twitter icon or twitter widget? ppat2 Sidebars & Widgets 2 May 4, 2009 12:04 AM


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


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