/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 05 2026 | 16:50:40 */
/* 1. Hide the text in the parent container by setting font size to 0 */
#wp-admin-bar-my-account > a.ab-item {
    font-size: 0 !important;
}

/* 2. Reset the font size for the Username so it remains visible */
#wp-admin-bar-my-account > a.ab-item .display-name {
    font-size: 13px !important; /* Standard WP Admin bar size */
    margin-right: 5px; /* Adds a little space before the image */
}

/* 3. Ensure the avatar image keeps its size */
#wp-admin-bar-my-account > a.ab-item img {
    font-size: 13px !important;
}