Announcement

Collapse
No announcement yet.

Upcoming Events module

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Additional.css Upcoming Events module

    To change the way the year and date is displayed use the code below changing the colors to suit your needs
    Code:
    .b-event__listyear {
        background: linear-gradient(to bottom, skyblue,white, skyblue);
    color: blue;
        text-align: center;
    }
    .b-event__date {
        background: linear-gradient(to bottom, skyblue,white, skyblue);
        color: blue;
        text-align: center;
    }
    It should end up looking something like the pic below
    Click image for larger version

Name:	date2.png
Views:	493
Size:	15.0 KB
ID:	10004
Working...
X