# Find CSS Selector

**CSS Selector** is a very interesting concept in CSS — it defines which part of your website can be **replaced** or **have a Navi+ menu inserted** (either *before* or *after* it).

Here are some **examples of CSS Selectors** you can use:

```css
#header           /* The header area */
.navbar           /* The main navigation bar */
.footer           /* The footer section */
.main-content     /* The main content container */
.product-gallery  /* The product image section */
div#menu-wrapper  /* A specific div with ID “menu-wrapper” */
section.hero      /* The hero section at the top of the page */
```

Follow the instructions below to **find the correct CSS Selector** on your website.

<figure><img src="/files/caqDzOAOmADkUuZh019S" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TTSRTRcMmiNAYf4uRn2S" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5Vrt9kk8BoW6jQvi75O5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/eVPFEXAif7jbEPJKqM6Z" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/L7ParWpeaBZAxiKbdKLM" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jdTd4Lomxlfz3l0VomUu" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/jzqJTjbbP3atRM4caDyO" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/7EuQpBjt5WnvMSdOxRtX" alt=""><figcaption></figcaption></figure>


---

# 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://help.shopifas.com/manual/website/help.naviplus.io/usage/general/find-css-selector.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.
