Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi,

    Sorry, I’m not sure what you need. Is it #_EVENTCATEGORIES without the links and list styling?

    Thread Starter MMZx

    (@mmzx)

    Event is in categories A and B

    #_EVENTCATEGORIES is WITH links and list stlyling, and show ALL listed categories (A and B).

    #_CATEGORYNAME is WITHOUT links and list stlyling, and show only category A.

    How #_CATEGORYNAME can show all categories?

    Thread Starter MMZx

    (@mmzx)

    Or maybe just remove list styling (bullets)

    Removing the bullet styling would be the easiest thing to do. Try adding something like this to the end of the style.css file of your theme:

    .event-categories {
    margin: 0;
    padding: 0;
    }
    
    .event-categories li {
    list-style: none;
    }
    Thread Starter MMZx

    (@mmzx)

    Works like a charm! 🙂
    Tnx!!!!!!

    Thread Starter MMZx

    (@mmzx)

    …also works for widget

    .widget.widget_em_widget {
    margin: 0;
    padding: 0;
    }

    .widget.widget_em_widget li {
    list-style: none;
    }

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[plugin: events manager] categoryname vs. eventcategories’ is closed to new replies.