• Resolved cocolabombe0

    (@cocolabombe0)


    Good evening, I would like to have a substantive change on the event dates. The same as the current date but of a different color.
    background-color: # 2ea3f2;;
    color: white;

    Where should I change to get it made? Is it possible to do it outside the plugin (not erased this setting each update?
    Sincerely Nicolas

    https://ww.wp.xz.cn/plugins/events-manager/

Viewing 5 replies - 1 through 5 (of 5 total)
  • You should be able to add styling to do this to the style.css file of your theme. Can you post a link to the page you want to change?

    Thread Starter cocolabombe0

    (@cocolabombe0)

    https://wordpress.coco-web.fr/

    I change in the plugin file for the moment because I’m not very good at changing css.
    There, the difference is that I have the color blue on the event dates.
    I tried to set the background-color with a color change but it did not work.

    /* Calendar Styles */
    	table.em-calendar td { padding: 2px 4px; text-align: center; }
    	table.em-calendar.table tr.days-names { font-weight: bold; }
    	table.em-calendar td.eventless-pre, .em-calendar td.eventless-post { color: #ccc; }
    	table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a{ color: #aaa; text-decoration:underline; }
    	table.em-calendar td.eventful a, table.em-calendar td.eventful-today a { color: #2ea3f2;  }
    	table.em-calendar td.eventful-today a { font-weight: bold; }
    	table.em-calendar td.eventless-today, table.em-calendar td.eventful-today { background-color: #CFCFCF; }
    	table.em-calendar thead { font-size: 120%; font-weight: bold; }
    	table.fullcalendar { border-collapse: collapse; }
    	table.fullcalendar td { text-align: left; border: 1px solid #888; }
    	div.em-calendar-wrapper { position:relative; }

    Once this work, I would put the code in the css to my theme.
    Nicolas

    Trying using adding this code to the end of your style.css file now – it could be that other rules in your theme are overriding these rules.

    Thread Starter cocolabombe0

    (@cocolabombe0)

    Thank you. It’s good.

    Thread Starter cocolabombe0

    (@cocolabombe0)

    table.em-calendar td.eventful {
    	background-color: #CFCFCF;
    }

    This is what I’m doing.
    That did not work was because of which focused on.

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

The topic ‘background-color evenful’ is closed to new replies.