What are the shortcodes available in WordPress to customize Rozz on your site?

What are the shortcodes available in WordPress to customize Rozz on your site?

Direct Answer

Here are the attributes to customize Rozz using the WP shortcode.

This list displays all of the attributes.

You don’t have to include them all in your code.

The attributes roll back to their default values when the attributes are not present.

Detailed Explanation

Basic Usage

Add the Rozz searchbox to any WordPress page or post using the shortcode:

[rozz-searchbox]

This displays the searchbox with all default settings.

To customize, add attributes as shown below.

Full Example with All Attributes

[rozz-searchbox
button_background="#b7238b"
button_text="ASK ANYTHING"
button_animation="false"
button_top_position="30%"
button_right_position="5%"
button_positioning_method="fixed"
font_family="Verdana, Arial, sans-serif"
initial_status="closed"
theme_color="#b7238b"
query_background="#E3E3E3"
result_text_color="#212529"
query_text_color="#8A1968"
max-width="900px"
max-height="75vh"
]

Attribute Reference

All attributes are optional.

If an attribute is omitted, the attribute uses the default values shown below.

Button Appearance

| Attribute | Default | Description |

| --- | --- | --- |

| button_background | #b7238b | Background color of the trigger button |

| button_text | "ASK ANYTHING" | Text displayed on the button (can include HTML/emoji) |

| button_animation | "false" | Enable/disable button animation ( true or false ) |

Button Position

| Attribute | Default | Description |

| --- | --- | --- |

| button_top_position | "30%" | Distance from the top of the viewport |

| button_right_position | "5%" | Distance from the right edge of the viewport |

| button_positioning_method | "fixed" | CSS positioning method ( fixed, absolute, relative ) |

Theme & Colors

| Attribute | Default | Description |

| --- | --- | --- |

| theme_color | #b7238b | Primary accent color for the searchbox UI |

| query_background | #E3E3E3 | Background color of the user's query bubble |

| query_text_color | #8A1968 | Text color for the user's query |

| result_text_color | #212529 | Text color for the AI response |

| font_family | "Verdana, Arial, sans-serif" | Font family for all text in the searchbox |

Layout & Behavior

| Attribute | Default | Description |

| --- | --- | --- |

| initial_status | "closed" | Whether the searchbox opens automatically ( open or closed ) |

| max-width | "900px" | Maximum width of the searchbox modal |

| max-height | "75vh" | Maximum height of the searchbox modal (viewport height) |

> Tip: For detailed information about each attribute and advanced customization options, see the .

Originally posted September 10, 2024

Verified March 2026

Data is confirmed against live LLM crawler logs from rozz.site.

Active LLM bots crawling this content in the past 30 days: ClaudeBot (595 requests), GPTBot (239 requests), Meta AI (193 requests).

Citation rates based on analysis of 12,595 AI crawler requests.

> Research Foundation: This answer synthesizes findings from on GEO, RAG systems, and LLM citation behavior.

Related Topics

Author

Adrien Schmidt, Co-Founder & CEO, ROZZ

Former AI Product Manager with 10+ years experience building AI systems including Aristotle (conversational AI analytics) and products for eBay and Cartier.