Locate and Open Frontend Source Files

When debegging your site's frontend code, you may want to view a copy of the code files in your browser's developer tools.

To locate and open the files:

  1. Identify the names of the files that contain your site's frontend code. The names of these files appear in the Wix Developer Console when you preview your site They also appear in the browser developer console.

  2. Browse to your site (published or in Preview mode) and open your browser's developer tools.

  3. Open the file search bar.

    • In Chrome press command/Ctrl+O.
    • In Firefox, open the Debugger panel in the developer tools and press command/Ctrl+P.
  4. Type the name of your code file and select it from the search results to open it.

See also

Did this help?