• Hello

    In collapsCatStyles.php at line 27 symbols 00BB 00A0 are set for li.collapsing.categories.item.

    But with few changes is possible to put an image using inline styles, for example:

    li.collapsing.categories.item {
        background-image: url('itemurl.gif');
        background-repeat: no-repeat;
        background-position: left center;
        display: table;
    }
    li.collapsing.categories.item a {
        display:table-cell;
    }

    Is possible to provide this feature to configure or at least a box to put inline styles?

    Regards,
    Gabriel

    https://ww.wp.xz.cn/plugins/collapsing-categories/

The topic ‘Symbols 00BB 00A0 replacement’ is closed to new replies.