Loading...
 
 Error
  • Contact the site administrator. The index needs rebuilding.
Development

Development


Re: Re: How to change the background color for upcoming_events module?

posts: 2428 Czech Republic

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

There are no comments at this time.