Viewing 1 replies (of 1 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello jimmyhuysg,

    To avoid this border color issue, go to following file simple-event-planner/public/css/simple-event-planner-public.css and find the following code and replace it.

    .event-calendar .eventsCalendar-daysList li.dayWithEvents a {background: rgba(204, 204, 204, 0.24);color:#444;}
    .event-calendar .eventsCalendar-list-wrap {
        border: 1px solid #e9e9e9;
        border-top: none;
        border-left: 4px solid #4ba3e3;
        padding: 18px 18px 0px 18px;
        width: 100% !important;
    }

    with

    .event-calendar .eventsCalendar-daysList li.dayWithEvents a {background: rgba(204, 204, 204, 0.24);color:#444;}
    .event-calendar .eventsCalendar-list-wrap {
        border-top: none;
        padding: 18px 18px 0px 18px;
        width: 100% !important;
    }

    Thank you. Let us know if you need any further assistance.

    Regards,
    PressTigers

Viewing 1 replies (of 1 total)

The topic ‘Border color issue’ is closed to new replies.