- Compatible XenWord Versions
- 2.4
- Compatible WP Versions
-
- 4.0
- 4.1
- 4.2
- Compatible XF Versions
-
- 1.3
- 1.4
- Visible Branding
- No
XenWord has the option to add conversations and alerts to the WordPress toolbar. Since XenWord version above 2.1.0.03, designers can add dashicons to conversations and alerts.
For versions prior to 2.4.3, simply add the following to the WordPress theme style.css file. Versions after 2.4.3 may modify the xenword.css file to change the dashicons.
You may modify the content lines to change the dashicons. Take a look at the WordPress page of dashicons to find ones that fit your theme.
For versions prior to 2.4.3, simply add the following to the WordPress theme style.css file. Versions after 2.4.3 may modify the xenword.css file to change the dashicons.
Rich (BB code):
#wpadminbar #wp-admin-bar-conversations .ab-icon:before {
content: "\f466";
top: 3px;
font: 400 20px/1 dashicons;
}
#wpadminbar #wp-admin-bar-alerts .ab-icon:before {
content: "\f488";
top: 3px;
font: 400 20px/1 dashicons;
}
You may modify the content lines to change the dashicons. Take a look at the WordPress page of dashicons to find ones that fit your theme.