Apps by Arlomedia

BandHelper => Schedule Help => Topic started by: G_CT on April 21, 2021, 02:40:37 PM

Title: Widget text
Post by: G_CT on April 21, 2021, 02:40:37 PM
Anyone know what code I can add into the calendar widget to change the text from black to white?
Title: Re: Widget text
Post by: arlo on April 22, 2021, 07:19:41 PM
You can add this to your page; does that take care of it?

<style type="text/css">
.bandhelper_events { color: white; }
</style>

If not, please post the URL of your calendar page where you added the widget.
Title: Re: Widget text
Post by: G_CT on April 26, 2021, 05:18:31 AM
That worked, thank you!!
Title: Re: Widget text
Post by: platu on April 04, 2023, 09:06:07 PM
Quote from: arlo on April 22, 2021, 07:19:41 PM
You can add this to your page; does that take care of it?

<style type="text/css">
.bandhelper_events { color: white; }
</style>

If not, please post the URL of your calendar page where you added the widget.

Is there some code I can add to the Set List widget code that would output white text?  My system uses dark mode on everywhere.
Title: Re: Widget text
Post by: arlo on April 04, 2023, 11:18:41 PM
You wouldn't want to change the style of your website widget to compensate for dark mode on your own computer, because the styles you add to the widget will affect everyone who views it.

I would expect you could just leave it as is and the dark mode functionality of your computer should reverse everything (backgrounds and text). If you're still seeing a problem, please submit a help ticket.