• Resolved tf5_bassist

    (@tf5_bassist)


    It doesn’t appear that there’s a way to change the color of the block around the left-hand date in Minimal view.

    On a related note, there’s no font size option for that date text in either view setting.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @tf5_bassist

    Sorry for the inconvenience.
    But the current version of our plugin doesn’t support this feature.
    We will pass this request to our developers.

    If you want to change the background color of the left-side date in the minimal list, use this CSS, and you can modify the color as per your preference.

    -> Simple Event CSS.

    .ebec-minimal-list-wrapper .ebec-list-posts.style-1.ebec-simple-event .ebec-event-date-tag {
    background: green;
    }

    -> Featured Event CSS.

    .ebec-minimal-list-wrapper .ebec-list-posts.style-1.ebec-featured-event .ebec-event-date-tag{
    background: yellow;
    }

    You have the date font size option above title, check the screenshot.

    If you are referring to date on left before the separator line then you can use the CSS given below:

    .ebec-event-datetimes span.ev-mo, .ebec-ev-day {
    font-size: 29px !important;
    }

    Hope this helps.

    Thread Starter tf5_bassist

    (@tf5_bassist)

    Thanks for the reply. The CSS code worked, but I also needed this one to update the border color on the left-hand date block as well

    .ebec-minimal-list-wrapper .ebec-list-posts.style-1.ebec-simple-event {
    border-left: 4px solid #5bbd8a;
    }

    Oddly enough the border is on the parental div, not the same one for the color block haha.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.