Grade CSS style background color

Re: Grade CSS style background color

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
  1. Use Firefox as your web browser
  2. Install the Firebug extension
  3. Load the page you want to investigate
  4. Tools -> Firebug -> Open Firebug
  5. Click on the Inspect button in the Firebug tool-bar
  6. Click on the element in the page you want to know about
  7. On the right hand side of the Firebug area, switch to the Style tab, and make sure Options -> Show computed style is off.
Then you an see which style rules apply to the thing you clicked on, and hence what you need to override in your theme.