Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #428369

    Hi!

    My last topic was hiding the events calendar price, I managed to found how, but there are two little remainings, I don’t know if you can help me with.

    Thanks again!

    #429076

    Hey C-LabMX!

    1. Use this CSS.

    .tribe-events-meta-group > dl > *:nth-child(5) {
      display: none !important;
    }

    2. That is HTML that is output by the plugin and it doesn’t look like it is surrounded by any tags so you cannot really remove it with CSS (unless you want to remove the text completely). You would have to edit the plugin it looks like and that would have to be considered custom work. It would be best to contact the plugin authors about this.

    Regards,
    Elliott

    #432582

    Thanks a lot Elliott!
    Will do.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide price the events calendar – Remainings’ is closed to new replies.