Home › Forums › CSS › How to change background color of all the table headers? › Reply To: How to change background color of all the table headers?
October 14, 2017 at 3:37 pm
#261381
Participant
Right-click > inspect element > look at the ‘styles’ pane for the given selector.
Google have some great docs on using the inspector and DevTools console. You should check it out so that you don’t need to rely on other people. https://developers.google.com/web/tools/chrome-devtools/