• Resolved jdgmediadesign

    (@jdgmediadesign)


    Hey There
    I was wondering if it would be possible to give every category in the filter a different color? I’d also consider buying the pro version.
    Thanks
    Joel

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author A WP Life

    (@awordpresslife)

    Hi @jdgmediadesign,

    Yes, you can use below CSS code

    li:nth-child(1):before {
    color: green;
    }
    li:nth-child(2):before {
    color: red;
    }
    li:nth-child(3):before {
    color: blue;
    }

    Thanks!

    Thread Starter jdgmediadesign

    (@jdgmediadesign)

    Perfect, thanks for the reply!
    Now a very specific question:
    Do you think the pro Version would be compatible with the Events Calender from Modern Tribe? I’d love to integrate it in their “Photo View”, here’s a Demo:
    https://demo.theeventscalendar.com/events/photo/
    They Use costum post types (Events) with featured images…
    Here’s a example with another plugin that doesn’t really work the way we’d like:
    https://pasteboard.co/JahzkjS.png

    I could give you the login credentials to our site if you could give me a email/private channel?
    Thanks in advance!

    Plugin Author A WP Life

    (@awordpresslife)

    Hi There,

    Blog filter only works with blog posts, not with any custom post type.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different colors’ is closed to new replies.