• Great plugin !

    Your images (+ and -) for the list bullets don’t suit my site because my background is too dark. So for the moment, I’m using the plugin’s ? and ▼ characters but I’d prefer my own images.

    I’ve tried adding code in my theme’s css but it’s not working although i’ve added other pieces of codes for changing the widget style and those are working.
    As bullets, I would like
    – closed folder icon for default li or li (class .expand)
    – open folder icon for li (class .collapse)
    – no icon for the end li’s (articles) (class . item)

    The result however is the closed folder icon on every li. Also on the end li (.item) for which I want no icon. I checked the images folder of my theme. Both images are in it.
    Here’s a screecap of it : https://i6.photobucket.com/albums/y219/francoise/galery_tree_screencap_zpsd83c6c31.jpg

    In the widget settings, I checked “custom” and entered no character.
    Here is my css addition concerning the bullets :

    li.collapsing.categories {
      background: transparent url("images/folder_open2_h11.png") no-repeat scroll 0px 3px !important;
    }
    li.collapsing.categories.expand {
      background: transparent url("images/folder_closed2_h11.png") no-repeat scroll 0px 3px !important;
    
    li.collapsing.categories.collapse {
      background: transparent url("images/folder_open2_h11.png") no-repeat scroll 0px 3px !important;
    }
    
    li.collapsing.categories.item {
      background: transparent url("none") no-repeat scroll left top !important;

    I’ve tried to no specify the background for the default li.collapsing.categories (since it’s specified for li….expand but then no icon at all is showing.

    If I could get some help, I’d be happy.
    Thanks in advance, Fran

    https://www.ads-software.com/extend/plugins/collapsing-categories/

Viewing 1 replies (of 1 total)
  • Thread Starter fran330

    (@fran330)

    I found the solution. In case some others are interested, here it is.
    It’s so deadly simple !!! I just was not aware that html can be used in the widget settings…

    In the widget settings, choose html custom. There enter the html codes that will display the images.
    Example:
    <img class="alignnone size-full wp-image-1418" alt="" src="https://My Site URL/files/2013/05/folder_closed_thicker_h11.png" width="16" height="11" />

Viewing 1 replies (of 1 total)
  • The topic ‘bullet list question’ is closed to new replies.