• Resolved piterkaillada

    (@thebea58)


    Hello!

    First of all, let me thank you for such an amazing open source plugin! I love it!

    My question is simple: I want to add a custom separator to the categories, so the plugin layout matches the rest of my website style. How can I implement it? Right now, there’s only a blank space between the categories.

    Bonus question: is it possible to also display a custom taxonomy in the lite version?

    Thank you very much in advance! 🙂

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post,
    SOrry to say the feature you are looking for isn’t avilable right now, but you can do this via custom CSS

    
    #post-grid-17 .categories a:after {
        content: " | ";
    }

    remove last separator

    
    #post-grid-17 .categories a:last-child:after {
        content: "" !important;
    }

    Please see how its look like

    View post on imgur.com

    Let me know for more help.
    Regards

Viewing 1 replies (of 1 total)

The topic ‘Categories separator’ is closed to new replies.