# More customization with CSS

You can also customize the widget and button text by adding the CSS code to:

* Themes use classic editor:  **WooCommerce > Appearance > Customize > Additional CSS**&#x20;
* Themes use block editor: **{your-domain}/wp-admin/customize.php >Additional CSS**&#x20;

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

You can edit with the following elements:

<div><figure><img src="/files/zeahOj5108xEN3UTPHOD" alt=""><figcaption></figcaption></figure> <figure><img src="/files/MQBn3PRhBD56Z019yRdO" alt=""><figcaption></figcaption></figure> <figure><img src="/files/bFxaKGzLZ90qwn9klYe1" alt=""><figcaption></figcaption></figure></div>

1. Widget Text: `#wa .wa__popup_title`
2. Description: `#wa .wa__popup_intro`
3. Response Time Text: `#wa .wa__popup_notice`
4. Account name (Widget): `#wa .wa__member_name`&#x20;
5. Title: `#wa .wa__member_duty`
6. Widget Label Text: `#wa .wa__btn_popup_txt`
7. Account name (Button): `.wa__cs_info .wa__cs_name`
8. Online (Account status): .wa\_\_cs\_info .wa\_\_cs\_status
9. Button Label: `.wa__btn_txt .wa__btn_title`

eg:&#x20;

* Font name : 'Open Sans'
* Size : Account name : 18&#x20;

&#x20;               Button Label : 18&#x20;

&#x20;               Title : 16&#x20;

&#x20;               Text : 14&#x20;

&#x20;               Widget Text : 18&#x20;

&#x20;               Widget Label Text : 16&#x20;

&#x20;               Response Time Text : 14&#x20;

&#x20;               Description : 16

```
#wa .wa__member_name, #wa .wa__cs_name, #wa .wa__btn_title{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
#wa .wa__member_duty, #wa .wa__popup_intro, #wa .wa__btn_popup_txt{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}
#wa .wa__popup_notice{
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}
```


---

# 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://ninjateam.gitbook.io/whatsapp-for-wordpress/how-it-works/more-customization-with-css.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.
