Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @infotami,

    Thank you for using the plugin. Here are few tips on styling plugin in your site:

    1. To align .entry-title left

    .ecs-event-list .entry-title {
      text-align: left;
    }

    2. Change text color for ecs only

    li.ecs-event {
      color: red;
    }

    3. To change link color

    .ecs-event-list a {
      color: green !important;
    }

    4. To reduce the gap

    .ecs-event-list h4 {
      margin: 20px;
    }

    Enjoy the plugin!

    Regards,
    Ankit

    Thread Starter infotami

    (@infotami)

    Thanks Ankit! Very helpful. Will definitely give this a 5.

    I have a question about The Events Calendar “Month” view. Maybe you can help…

    Just did a fresh install of WP 4.1.1 and Events Calendar 3.9.1. The styling seems to have changed (which is better for me) but when I view “Month view” on iPhone, /*/*>*/ appears under the calendar. When I click a date with an event “Events for the date” appears with /*>*/ under it. Any ideas what is causing this?

    Thanks again…

    Thank you for the rating @infotami. Not sure what is causing the problem in iPhone. The issue might or might not be of “The Events Calander” plugin. You should try the support forum of “The Events Calander” plugin for this.

    Regards,
    Ankit

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Styling’ is closed to new replies.