Title: Categories separator
Last modified: November 24, 2018

---

# Categories separator

 *  Resolved [piterkaillada](https://wordpress.org/support/users/thebea58/)
 * (@thebea58)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/categories-separator/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcategories-separator%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * (@pickplugins)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/categories-separator/#post-10915958)
 * 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](https://imgur.com/a/bR5RWxS)
 * Let me know for more help.
    Regards

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/post-grid/assets/icon-256x256.gif?rev=3295086)
 * [Post Grid](https://wordpress.org/plugins/post-grid/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-grid/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-grid/)
 * [Active Topics](https://wordpress.org/support/plugin/post-grid/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-grid/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-grid/reviews/)

## Tags

 * [categories](https://wordpress.org/support/topic-tag/categories/)
 * [layout](https://wordpress.org/support/topic-tag/layout/)

 * 1 reply
 * 2 participants
 * Last reply from: [PickPlugins](https://wordpress.org/support/users/pickplugins/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/categories-separator/#post-10915958)
 * Status: resolved