> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chipmunktheme.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> A growing list of code snippets that you can use to quickly alter the look and feel of your website.

CSS snippets featured here can be added to your site by going to `Appearance` → `Customizer` → `Visuals` and putting the code into the **Custom CSS** field.

The rest of the snippets require using the child theme. You’ll need to paste the code from the snippet into the Child Theme’s functions.php file (you can find the base for it [here](https://chipmunktheme.com/child-theme)).

<Warning>
  Make sure you activate the child theme instead of the main Chipmunk package.
</Warning>

<CardGroup cols={2}>
  <Card title="Web3 World Demo" icon="code" href="/customization/snippets/web3-world">
    Recreate the custom styling of one of our demo sites
  </Card>

  <Card title="Increase Page Width" icon="code" href="/customization/snippets/increase-page-width">
    Learn how to change the width of your website
  </Card>

  <Card title="Change Resource Slug" icon="code" href="/customization/snippets/change-resource-slug">
    A guide on how to change the resource slug prefix
  </Card>

  <Card title="Change Collection Slug" icon="code" href="/customization/snippets/change-collection-slug">
    A guide on how to change the collection slug prefix
  </Card>
</CardGroup>
