Re: Re: How to change the background color for upcoming_events module?
Well, it does not work, because "module" is not a tag.
In this case you need to use .module as a class and with !important, because we are overriding inline style:
Copy to clipboard
.box-upcoming_events td.module { background: #A8CCE2 !important; /* overrides bg image too */ color: 666; /* you can also override color of the text */ }
luci