Main Menu
Before posting, please read: When to use this forum, when to submit a help ticket

Widget text

Started by G_CT, April 21, 2021, 02:40:37 PM

Previous topic - Next topic

G_CT

Anyone know what code I can add into the calendar widget to change the text from black to white?

arlo

#1
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.

G_CT

That worked, thank you!!

platu

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.

arlo

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.