• Resolved BarretD

    (@barretd)


    I’ve searched the support forum but haven’t been able to find anything on changing the text font color. As per the link, the events in a particular month show up orange. I would like to change them to black, and possibly bold as well. Not sure what to put and not sure where to put it.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    You could change it with some CSS.

    table.em-calendar td.eventful a, table.em-calendar td.eventful-today a {
        color: #000;
        font-weight: bold;
    }

    You could put the code on any settings are on your site that allows custom CSS. The usual place is under Dashboard > Appearance > Customize

    Thread Starter BarretD

    (@barretd)

    Thank you very much.

    For some reason this didn’t work for me, so I dug around for the class names and came up with this to make the text black (staging site at https://new.jhlibrary.org):

    .fc-title
    {
    color: #000000;
    }

    .fc-time
    {
    color: #000000;
    }

    This doesn’t include bold, of course, so that can be added in.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change calendar text font color’ is closed to new replies.