• Resolved ginaf40

    (@ginaf40)


    Hi
    I would like to show the Category the event is in on the List view page.
    Could you tell me which template file I need to edit to achieve this?
    Any advice would be appreciated.
    Thanks
    Gina

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter ginaf40

    (@ginaf40)

    Can anyone help on this?
    Thanks

    Thread Starter ginaf40

    (@ginaf40)

    I have managed to show the category wherever I want using css. Happily, the events all have the event in their css class.
    For whoever it may help:

    .tribe-events-category-external-events h3:after{
    content: “External Event”;
    height: 28px;
    background-color: #fcb140;
    display: inline-block;
    color: #FFFFFF;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 0.5em;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show which category on list view’ is closed to new replies.