• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.
HOWTO: Add Dashicons to Conversations and Alerts

HOWTO: Add Dashicons to Conversations and Alerts

Compatible XenWord Versions
2.4
Compatible WP Versions
  1. 4.0
  2. 4.1
  3. 4.2
Compatible XF Versions
  1. 1.3
  2. 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.

full


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.
Author
LPH
Views
616
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from LPH

Top