Shortcodes available in WordPress

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: they roll back to their default values, displayed below, when not present.

Please refer to the general post about attributes for details about each attribute.

[rozz-searchbox
   button_background="#b7238b"  <!-- Default button background -->
   button_text="ASK ANYTHING 💬"  <!-- Default text for the button -->
   button_animation="false"  <!-- Default button animation setting -->
   button_top_position="30%"  <!-- Default button top position -->
   button_right_position="5%"  <!-- Default button right position -->
   button_positioning_method="fixed"  <!-- Default button positioning method -->
   font_family="Verdana, Arial, sans-serif"  <!-- Default font family  -->
   initial_status="closed"  <!-- Default initial status -->
   theme_color="#b7238b"  <!-- Default theme color -->
   query_background="#E3E3E3"  <!-- Default background color for the query block -->
   result_text_color="#212529"  <!-- Default text color for the result block -->
   query_text_color="#8A1968"  <!-- Default text color for the query block -->
   max-width="900px" : <!-- Sets the maximum width for the modal or component -->
   max-height="75vh" : <!-- Sets the maximum height for the modal or component -->
]

Posted