# For developer

## Open For developer settings. <a href="#open-for-developer-settings" id="open-for-developer-settings"></a>

1. From your Shopify admin, go to **Online Store** > **Themes**.
2. Find the theme that you want to edit and click **Customize**.
3. In the left-hand toolbar, click **Theme settings.**
4. Click the **For developer.**
5. Check/Uncheck to Enable/disable load your custom CSS.

{% hint style="info" %}
If you have knowledge about css/html, you can make any change by yourself in “Assets/custom-css.scss.liquid” file. By default, the theme does not load "Assets/custom-css.liquid", you have to go to Customize Page > Theme Settings, scroll down to "Developer" and click it, tick "Load your custom css" to the theme load "Assets/custom-css.scss.liquid".&#x20;
{% endhint %}

{% hint style="warning" %}
Please take care when you make any changes in the CSS and JS files. Because it can make your site broken or conflict with some function, make it can not work right. So, you should backup your site first. One more, You should modify code in “Assets/custom-css.scss.liquid” file, we don’t ensure if you change in the other files. Please keep in touch with us if you have any discussions via our support center [**https://boostheme.zendesk.com/hc/en-us/requests/new**](https://boostheme.zendesk.com/hc/en-us/requests/new).
{% endhint %}

{% hint style="info" %}

#### What Included

* Responding to questions or problems regarding the item and its features
* Fixing bugs and reported issues
* Providing updates to ensure compatibility with new software versions
  {% endhint %}

{% hint style="warning" %}

#### Do NOT included

* Item customization
* Setting up your store
* The theme is customized without our permission
* Support for third party customs/software/apps
* Teaching HTML & CSS etc.
  {% endhint %}

[<br>](https://beloria-docs.boostheme.com/theme-settings/cookie-consent)


---

# Agent Instructions: 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:

```
GET https://vodoma-docs.boostheme.com/theme-settings/for-developer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
