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

Author Topic: Widget text  (Read 8640 times)

G_CT

  • Regular Member
  • ***
  • Posts: 11
  • Karma: +0/-0
Widget text
« 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?

arlo

  • Administrator
  • Senior Member
  • *****
  • Posts: 5701
  • Karma: +139/-3
Re: Widget text
« Reply #1 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.
« Last Edit: April 22, 2021, 07:19:58 PM by arlo »

G_CT

  • Regular Member
  • ***
  • Posts: 11
  • Karma: +0/-0
Re: Widget text
« Reply #2 on: April 26, 2021, 05:18:31 AM »
That worked, thank you!!

platu

  • Regular Member
  • ***
  • Posts: 10
  • Karma: +0/-0
Re: Widget text
« Reply #3 on: April 04, 2023, 09:06:07 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

  • Administrator
  • Senior Member
  • *****
  • Posts: 5701
  • Karma: +139/-3
Re: Widget text
« Reply #4 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.

 

anything