> For the complete documentation index, see [llms.txt](https://jdocs.themeparrot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jdocs.themeparrot.com/joomla-templates/knapsack/template-customization/how-to-remove-the-style-selector.md).

# How to remove the style selector

### 1. How to remove the style selector

![](/files/9n3dr8bMMVQJR9QuW3aW)

If you want to remove the style switcher from home page you need to remove some simple codes from your template file. simply follow the instructions below

**Step-1:** Go to **templates->tp\_knapsack->tpls**

**Step-2:** Here you can find the all template files (Each file has the style switcher code)

**Step-3:** Open the **default.php** file

**Step-4:** Remove the following code from **default.php** file

```php
<!-- Style Switcher
================================================== -->
<section id="style-switcher">
  <h2>Style Selector <a href="#"></a></h2>
  <div>
    <h3>Layout Style</h3>
    <div class="layout-style">
      <select id="layout-style">
        <option value="1">Wide</option>
        <option value="2">Boxed</option>
      </select>
    </div>
    <h3>Predefined Colors</h3>
    <ul class="colors" id="colors">
      <li><a href="index.php" class="gray" title="Gray"></a></li>   
      <li><a href="index.php/brown" class="brown" title="Brown"></a></li>
      <li><a href="index.php/orange" class="orange" title="Orange"></a></li>
      <li><a href="index.php/yellow" class="yellow" title="Yellow"></a></li>
      <li><a href="index.php/red" class="red" title="Red"></a></li>
      <li><a href="index.php/purple" class="purple" title="Purple"></a></li>
    </ul>
    <h3>Background Image</h3>
    <ul class="colors bg" id="bg">
      <li><a href="#" class="bg1"></a></li>
      <li><a href="#" class="bg2"></a></li>
      <li><a href="#" class="bg3"></a></li>
      <li><a href="#" class="bg4"></a></li>
      <li><a href="#" class="bg5"></a></li>
      <li><a href="#" class="bg6"></a></li>
      <li><a href="#" class="bg7"></a></li>
      <li><a href="#" class="bg8"></a></li>
    </ul>
  </div>
</section>
```

Once you removed the above code, Home page style switcher will removed If you are not familiar with this process send me your site login details to <support@themeparrot.com>, i will help you to remove the style switcher from your site.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://jdocs.themeparrot.com/joomla-templates/knapsack/template-customization/how-to-remove-the-style-selector.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
