/*
 Theme Name:   Elsey Child
 Theme URI:    http://victorthemes/themes/elsey
 Description:  Elsey Child Theme
 Author:       VictorThemes
 Author URI:   http://themeforest.net/user/VictorThemes/portfolio
 Template:     elsey
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, post-formats, theme-options, translation-ready
 Text Domain:  elsey-child
*/

/* Write Custom CSS */

#wp-admin-bar-my-account img.avatar {
    display: none !important;
}

#wp-admin-bar-my-account .ab-item:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url("https://kirpacollection.trendtrixx.com/wp-content/uploads/2026/04/Kirpa-Collection-Icon.jpg");
    background-size: cover;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
}