More customization with CSS
Last updated
Last updated
You can also customize the widget and button text by adding the CSS code to:
Themes use classic editor: WooCommerce > Appearance > Customize > Additional CSS
Themes use block editor: {your-domain}/wp-admin/customize.php >Additional CSS
You can edit with the following elements:
Widget Text: #wa .wa__popup_title
Description: #wa .wa__popup_intro
Response Time Text: #wa .wa__popup_notice
Account name (Widget): #wa .wa__member_name
Title: #wa .wa__member_duty
Widget Label Text: #wa .wa__btn_popup_txt
Account name (Button): .wa__cs_info .wa__cs_name
Online (Account status): .wa__cs_info .wa__cs_status
Button Label: .wa__btn_txt .wa__btn_title
eg:
Font name : 'Open Sans'
Size : Account name : 18
Button Label : 18
Title : 16
Text : 14
Widget Text : 18
Widget Label Text : 16
Response Time Text : 14
Description : 16