urgent!!! remove description

Home Forums Calendar Products Events Calendar PRO urgent!!! remove description

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1037293
    david
    Participant

    Hello I need to remove the description in 4.0 if you go to this page http://kidsmagicworld.com.au/new-prices/ and click calendar at the top

    click say the 13th december and you will see customer data- I need this removed- I had it working in previous versions using css but upgrading to 4.0 has screwed it up- basically all I want it the title date and times but not the description.

    i have tried

    #tribe-events-event-body .tribe-event-description {
    display: none;
    }

    if you answer, please give me something to copy and paste as I really don’t know coding

    #1037313
    Brook
    Participant

    Howdy David,

    I would love to help you with this. Based on your description I believe what you are trying to hide is the event details area. You can do that with this CSS:

    div#tribe-events-content div#tribe-mobile-container {
    display: none;
    }

    That what you’re looking for?

    Cheers!

    – Brook

    #1037372
    david
    Participant

    I had to restore a previous version of the calendar so the link in the initial post shows how I would like it to look

    I need the Title, date and start + end times displayed but not the event details, does your code remove everything or just the details

    #1038479
    Brook
    Participant

    Ahh I follow you. I recently tested this CSS on 4.0, and found it hid the description from every view except the single.

    .tribe-events-list-event-description,
    .tribe-events-map-event-description,
    .tribe-events-list-photo-description,
    .tribe-events-event-body p {
    display: none;
    }
    
    .tribe-events-tooltip{
    visibility:hidden;
    }

    Does that work for you?

    Cheers!

    – Brook

    #1076059
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘urgent!!! remove description’ is closed to new replies.