> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://docs.helixo.co/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 make widget checkout button like the theme?

Upsell checkout button doesn't match with you theme styles?

Lets see how to fix it.

|| **Prerequisite**
|| The following part of the article requires development knowledge. 

**Step 1 :** Inspect the element in chrome and select the button element.

**Step 2** : Right click on the button element and  select `Copy > Copy Styles`

![copy button styles](https://storage.crisp.chat/users/upload/plugin/-/c/6/1/d/c61d79638ebd5800/2e81877a-c150-818a-a318-ec1f1f_jwig1y.gif =800x477)

**Step 3** : Wrap the style inside .**ufe-btn.chkout** as shown below.

```css
.ufe-btn.chkout {
   //paste the style you have copied
}
```

Next, we have to add this to ufe, for that goto `ufe dashboard > global settings >design > additional settings`

![Add style to widget settings](https://storage.crisp.chat/users/upload/plugin/-/c/6/1/d/c61d79638ebd5800/30e1877a-c150-801d-bbbe-f53bee_1jfl9rq.gif =800x518)

**Note: add to global settings if you want to apply these styles though out your store. otherwise, you can add it to funnel settings or widget setting based on your requirement**

|| **Quick Info!**
|| This is a good read about adding CSS styles to the UFE app without modifying the theme. [How to add additional CSS styles](https://docs.helixo.co/en/article/how-to-add-additional-css-styles-1971b4g/)?

**Don't have a developer onboard?**

**We'll help you customize, just contact our support team.**

Hope you've got some value from this article. Let us know your feedback 🙂  We are excited to hear your thoughts.

|| **Did we miss something?**
|| No worries! Message us by clicking the chat icon 💬  inside the app.
|| Or Just email our team at [support@helixo.co](mailto:support@helixo.co) ✌️
