• Resolved wickcheed

    (@wickcheed)


    Hi! Super plugin and extremely useful. One question, client displays the mini on their home page. They’d like just a very simple list of the events, like date and event title. Now the rows are quite tall and takes up much more space than we need. They almost want like a bulleted list of events to display there. Any tips on adding custom css or modifying in some other way to achieve this? Thanks so much for any help!

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

    We are happy to hear that you liked the plugin. Thanks for the feedback.

    Please note that in the case you use the list view option of the calendar you will have this kind of view shown in the screenshot.

    In the case you want to have just events and the name within the thin rows we can provide the css to have this kind of view. Please let us know whether this works for you.

    Thanks. Have a nice day,

    Thread Starter wickcheed

    (@wickcheed)

    Thanks for the response! The list as it is now is too tall for the client, so yeah, if you had the css for a single line event list that would be awesome. Is there a charge?

    Hi,

    In the case you are newly adding the events, please note that you can select nnone for the venue from the Events page.

    And add the following CSS code:
    .entry p {
    display: none;
    }

    In the case you have already added events please add also this CSS code:

    .ecwd_list .event-venue {
    display:none;
    }

    In the case there will still be information that you would not like to display, please share with us the URL of the page where you have the calendar.

    Thanks. Have a nice day.

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

The topic ‘Simplify list view’ is closed to new replies.