#70486
vako
Keymaster
WP Royal Team

Hi Dirk,

SUre we understand your issue:

1. If you want to remove the gravatar image Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

.photo {

display: none;

}

 

2. If you want to change the size use this snippet:

.photo {

width: 30px;

height: 30px;

}

 

Kind Regards