Calendar Not a Bug Calendar not appearing

Affected version
xf2.1
Apologies, forgot about permissions. By the way, could you help me out how to setup a fa icon for the calendar?
 
You'll likely need to edit the CSS for that. Something like this in extra.less and then replace the colour hex values:

Code:
.eventIcon .eventIconHeader
{
    background-color: #000; // hex colour value for month header
}

.eventIcon .eventIconTime
{
    color: #fff; // hex colour value for day text
}
 
You'll likely need to edit the CSS for that. Something like this in extra.less and then replace the colour hex values:

Code:
.eventIcon .eventIconHeader
{
    background-color: #000; // hex colour value for month header
}

.eventIcon .eventIconTime
{
    color: #fff; // hex colour value for day text
}

I already done it myself . Thanks, looking for updates regarding featuring events and widget. The current widget is not what I wanted, I want more grid like featured one.
 
Back
Top