Jon

Forum Replies Created

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • Jon
    Participant

    OK, so I have an hour or so of hacking in front of me to simply change the order of this list.

    Oh my stars I was afraid you’d say that.

    -_-

    in reply to: Hiding meta info on bottom of event pages #742655
    Jon
    Participant

    Nope, the above CSS took out the event time, date, and place, too. So I ended up with this:
    .tribe-is-responsive div.meta-info {
    display: none;
    }
    I think this is right. Confirmation as you have time would be great!

    in reply to: Hiding meta info on bottom of event pages #742445
    Jon
    Participant

    GOOD GRIEF I think I just figured it out. I added this to the CSS:
    .tribe-is-responsive div.vcard {
    display: none;
    }

    That .tribe-is-responsive class tag targeted the event pages and left all the others alone.

Viewing 3 posts - 16 through 18 (of 18 total)