Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: Ronald_1938 on December 03, 2017, 01:18:23 PM

Title: Upcoming Calendar (Edit)
Post by: Ronald_1938 on December 03, 2017, 01:18:23 PM
Not sure if this is the right forum to be asking this, if not please move it to the proper forum. Thanks.

    Upcoming Calendar
In the Upcoming Calendar, I would like to change the Upcoming Birthdays from the Red font to Black font. I have search on here and in the files in the cPanel, and can't seem to locate the correct file to make the change..
Anyone advise me on the correct file..I have attached a image to show what I mean.

Title: Re: Upcoming Calendar (Edit)
Post by: Arantor on December 03, 2017, 01:21:16 PM
This is usually in the index.css file. In stock SMF theme, it's in index.css as this:

/* Calendar colors for birthdays, events and holidays */
.birthday
{
color: #920ac4;
}


You can change the colour here.
Title: Re: Upcoming Calendar (Edit)
Post by: Ronald_1938 on December 03, 2017, 01:34:37 PM
Quote from: Arantor on December 03, 2017, 01:21:16 PM
This is usually in the index.css file. In stock SMF theme, it's in index.css as this:

/* Calendar colors for birthdays, events and holidays */
.birthday
{
   color: #920ac4;
}


You can change the colour here.

Thanks Arantor, I appreciate your help with this..

I made the changes easy to see now..

Thanks.

Ron.