jeromebegin
Member
Posted 2 months ago #
Hi,
This plugin looks to be exactly what I need. My only problem is that I need to change the colors of the date icons fonts and/or background. I have a site with a black background, and the font in the date icon changes to white. Is this possible?
Thanks
http://wordpress.org/extend/plugins/event-list/
Flash0228
Member
Posted 2 months ago #
Hi jeromebegin,
If you go to edit event-list/css/event-list.css you can find this:
.event-list .multi-date {
background: url(../images/date-separator.png) center no-repeat;
}
.event-list .start-date, .event-list .end-date {
text-align: center;
width: 3.2em;
border-radius: 5px;
background-color: rgb(230,230,230);
overflow: hidden;
}
you just change the background-color: rgb to something diferent.
i hope it helped you
mibuthu
Member
Plugin Author
Posted 2 months ago #
Thanks for your help Flash0228.
I one of the next versions I want to include an option to allow changing the css directly in the admin page without modifying the file. This avoids loosing your changes after an update.