Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Changing the way the current day is displayed

more options

Is it possible to change the way the current day is displayed in the calendar view? I can never find it since it is just a little blue circle around the date. I would like it to be much more vivid, similar to what it looks like when you click on a specific date. It doesn't look too bad in the screenshot but with all my calendars open I can never find it.

Is it possible to change the way the current day is displayed in the calendar view? I can never find it since it is just a little blue circle around the date. I would like it to be much more vivid, similar to what it looks like when you click on a specific date. It doesn't look too bad in the screenshot but with all my calendars open I can never find it.
Attached screenshots

Chosen solution

This can be done with the following code:

/* today bg colour for multiweek & month */
.calendar-month-day-box-current-month[relation="today"] {
  background-color:  lightgreen  !important;
}


For the week view, I found this code:

/* today bg colour for week */
.day-column-today .day-column-heading {
  background-color: lightgreen !important;
}


See attached picture.

Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

This can be done with the following code:

/* today bg colour for multiweek & month */
.calendar-month-day-box-current-month[relation="today"] {
  background-color:  lightgreen  !important;
}


For the week view, I found this code:

/* today bg colour for week */
.day-column-today .day-column-heading {
  background-color: lightgreen !important;
}


See attached picture.

Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the colours as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

Helpful?

more options

Dude, you are the goat!!! Thank you so much!

Helpful?

Ask a question

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.