> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://docs.simesy.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to use CSS selector to find location of description block?

In some cases the app may fail to detect product description automatically (due to custom theme structure, or some 3rd party apps installed). In this case, we will need to use CSS selector.

Everything you need to do is entering a CSS selector in the CSS selector field to manually identify the location of description block.

![](https://storage.crisp.chat/users/helpdesk/website/96388e4db5ffa000/simesy-faq-customize-updated-c_ocxxpm.png)
For example, suppose your theme renders the product description with the following code:

```html
<div class="custom-description-block">
  {{ product.description }}
</div>
```

To identify the description block, you could enter `custom-description-block`.

||| If no element is selected by the selector, then tabs/accordions won't show up.
