View the contents of the store's CSS files
1 min read
Tutorial valid only for Legacy CMS Stores.
To see the code of the store's CSS files, follow the steps below.
- In the VTEX Admin, access Storefront > Layout.
 - Click the CMS folder and then the Files Manager folder.
 
All the CSS files of your store will be listed.
To access the code of a CSS file, simply enter the URL below, replacing {FileName} with the name of the CSS file, including the .css extension.
https://{AccountName}.vteximg.com.br/arquivos/{FileName}.
Say, for example, that you want to see the contents of the shelf.css file.
To do this, you must open a new tab and enter the following URL:
https://{AccountName}.vteximg.com.br/arquivos/shelf.css.
The same applies to JavaScript files, also stored in Files Manager.