# Remove Content Block

### How to Remove a Content Block

Removing a content block within your Shopify store using the AppSections application involves a different approach from the native Shopify removal function. Follow these steps to correctly manage and remove a content block using our custom settings:

### **Important Notes**

**Avoid Native Shopify Removal:** Do not use Shopify's native removal function for content blocks, as it can cause issues with the structure of the section. Instead, use our custom visibility settings.

### Steps to Remove a Content Block

1. **Select the Content Block:**
   * Open your Shopify theme editor.
   * Navigate to the section containing the content block you want to remove.
   * Select the content block by clicking on it.
2. **Open Block Settings:**
   * In the right-hand pane, navigate to the settings of the selected content block.
3. **Adjust Display Device Setting:**
   * At the top of the block settings, locate the Display Device parameter.
   * This setting controls the visibility of the block with four options:
     * **All:** The block is visible on all devices.
     * **Mobile Only:** The block is visible only on mobile devices.
     * **Desktop Only:** The block is visible only on desktop devices.
     * **None:** The block is hidden on all devices.
4. **Set to None:**
   * To remove the block, select **None** from the Display Device options. This will make the block invisible on all devices, effectively removing it from view.
   * This setting is equivalent to Shopify's removal function but works correctly with our system without causing structural issues.

### Verifying the Change

* **Preview Changes:** After adjusting the Display Device setting, preview your store to ensure the block is removed as intended.

By using these steps, you can effectively manage and remove content blocks within your Shopify store without disrupting the structure of your sections. If you have any questions or need further assistance, please contact our customer support team.


---

# 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://docs.appsections.com/basics/blocks/remove-content-block.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.
