Whether you are working with a pre-designed theme file or building a brand new site from scratch, utilizing Chrome Developer Tools for WordPress development can significantly improve your workflow, efficiency, and ease of mind in troubleshooting bugs and issues. While this post will specifically focus on Google Chrome Developer Tools, many of these features and workflows will also apply to the equivalent tools offered by Firefox.

What are the Google Chrome Developer Tools?

Developer Tools is a set of software applications that come pre-installed with Google Chrome, which offer incredibly useful features for analyzing and improving the structure of your websites. There are about 10 different panels, each focused on a different component (Elements, Console, Network, Performance, Security, etc.).

You can access the developer tools by typing Command + Option + I on OS X or Control Shift I on Windows and Linux.

5 Ways Developer Tools can improve your WordPress Development

1. Edit HTML, CSS and PHP code directly in the browser

Using the Elements panel in Developer Tools, you can preview changes to your code directly in the browser, before making the actual changes to your source code. Having a layout issue or want to try out some different colors? You can type these into the Elements panel and immediately see the changes. In some instances, you can even do this with PHP and JavaScript files.

The Elements panel displays all of the HTML code of the page, along with all CSS styles being applied to a selected section of HTML code. One of those most useful aspects of this feature is the ability to simply hover over a given element on the page, and Developer Tools will highlight the corresponding HTML in the source code.

2. Find and eliminate conflicting CSS rules

As a site’s CSS codebase grows (and even more so when using someone else’s themefile or utilizing multiple stylesheets), it can become increasingly difficult to track down all the CSS rules being applied to a given element. The Elements panel in Developer Tools makes this immensely easy, displaying not only all the rules applied to an HTML element but also all the other elements the rule is applied to.

3. Test mobile and tablet layouts

While ideally, you should always test your sites on as many different available devices as possible, the Device Mode in Developer Tools makes it possible to see a virtual model of how your page will appear on a given device. There are preset configurations for all the most common iOS and Android devices, although custom configurations are also possible.

4. Inspect a WordPress theme before purchase

If you really want to take a look at a WordPress theme you’re considering for a project, you can utilize the Developer Tools to really analyze it before making a decision. You can study the structure of the site, assets used, performance, and any other issues you may want to consider before making a theme purchase.

5. Learn how others are writing good code

As a web developer, one of the most effective ways of improving your coding abilities is by looking at the source code of sites that you admire. Developer Tools makes it instantly clear how your favorite sites are styled and put together.


Nicholas Morera is a Lead Project Manager for Sunlight Media in Los Angeles and provides ongoing support and maintenance to clients using the WordPress platform.