• Resolved photoMaldives

    (@photomaldives)


    Hi Yannick Lefebvre ?? @jackdewey?and thanks again for the great plugin. ??

    Feature request, please: the ability to use a custom bullet (or icon), set in the back-end, with different bullets for different category and/or tag. (Maybe with priority given to cat > tag, if custom is set for both).

    I have no idea if this is possible at all, or even if it’s already possible with a CSS snippet.

    I experimented with: Library Config – Advanced – Before Link:

    <li style="list-style-type: '? ';">

    … but could not get it to work (my text is removed on save).

    Thanks ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Yannick Lefebvre

    (@jackdewey)

    Just go to the stylesheet section of the Link Library menu in the admin and add the following at the top or bottom of the stylesheet content:

    .linklist li
    {
    list-style-type:'? ';
    }

    And you should be all set. Please let me know if it works for you and consider donating to support this plugin’s development.

    Also, FYI, you don’t need to @me when writing in the forum. I automatically get notified of each new post.

    Thread Starter photoMaldives

    (@photomaldives)

    Thanks for your helpful reply. (and apologies for all the @s)

    Support – yes, I will. ??

    Is there a method to target the list-style-type to specific cat (or tag)?

    Plugin Author Yannick Lefebvre

    (@jackdewey)

    Yes. every category has a class assigned based on the ID of that category. For example: class=”LinkLibraryCat34″

    So, for a category whose ID is 45, you can do something like:

    .linklist .LinkLibraryCat34 li
    {
    list-style-type:'? ';
    }
    Thread Starter photoMaldives

    (@photomaldives)

    Excellent, thanks – I would never have worked that out. ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Feature request: custom bullets’ is closed to new replies.