

Using Chrome for live CSS testing ensures that your live website’s actual code remains untouched. In fact, if you refresh your browser after making changes in the Developer Tools console, your changes will be lost because the browser will reload the unmodified version of your website. To edit the page, right-click an HTML element in the inspect panel, then choose an option from the Edit menu. There is no need to refresh your browser to see the changes, they are updated in real-time. Like Chrome’s inspector, Safari lets us modify, add, and remove page elements. This ensures that you are able to preview the changes yourself without affecting the appearance of your website for other visitors. Google Chrome provides the ability to make changes to the CSS live from within the DevTools Console. However, DevTools also allows you to modify CSS live. Inspecting an element is the first step to implementing the code needed to modify the object you want.

NOTICE: The Elements tab displays and highlights the HTML for the element you click on. Open Google Developer Tools and click the Select Element icon from the top left.
#INSTALL INSPECT ELEMENT CHROME HOW TO#
Follow either of the steps below to learn how to inspect an element.

Google Developer Tools simplifies this process by displaying and highlighting the specific code that renders the element being inspected. Inspecting an element helps to identify the code needed to modify a particular object on your website. Now that you are familiar with accessing Google Chrome Developer Tools, you will be able to inspect CSS elements to modify them live. Right-click on an element on your website page and select Inspect. Press Ctrl + Shift + i for Windows/Linux (or command + option + i for Mac). Select the Menu icon, hover over More Tools, and click on Developer tools. To open Google Developer Tools you can follow any of the steps below: Visit your website and navigate to a page that you want to make changes on.
#INSTALL INSPECT ELEMENT CHROME INSTALL#
NOTE: If your computer does not have this browser, you will need to install Google Chrome in order to utilize the DevTools included.
