• Resolved evafog

    (@evafog)


    Hi
    Love the plugin.
    I need to be able to hide the category title but can’t find the settings to do so.
    Hope you can help

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

    (@jackdewey)

    There is no option in settings to hide the category title, but you can quickly hide it using CSS. Either in Link Library’s stylesheet editor or in your theme’s stylesheet, hide the category title with:

    .linklistcatname {
        display: none;
    }

    Let me know if this helps and please consider donating to support this plugin’s development.

Viewing 1 replies (of 1 total)
  • The topic ‘Hiding category title’ is closed to new replies.