# Custom Classes

This article provides instructions to add some helpful classes to your pages. Go to the code editor on each page and add the desired classes.<br>

* [Best Seller](#customclasses-bestseller)

***

### Best Seller <a href="#customclasses-bestseller" id="customclasses-bestseller"></a>

Add a best-seller class to your page. Then add the class to a product radio button to highlight.

.best-seller{\
font-weight:bold;\
background-color:#FDF107;\
border:1px solid #000000;\
margin:0 -28px 0.5em;\
padding:10px 25px;\
font-size:16px;\
-webkit-box-shadow:0px 10px 5px -5px rgb(0 0 0 / 50%);\
-moz-box-shadow:0px 10px 5px -5px rgba(0, 0, 0, 0.5);\
box-shadow:0px 10px 5px -5px rgb(0 0 0 / 50%);\
align-items:flex-start;\
padding-left:25px;\
padding-right:25px;\
}

<figure><img src="/files/OrWmkn0vHYx8ixD3DOwQ" 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.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/page-builder-2.0/page-building-tips/custom-classes.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.
