- This topic has 6 replies, 2 voices, and was last updated 2 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
How can I change the size of the author gravatar or remove the display of the gravatar?
Tanks
Greets
Dirk
Hi Dirk,
At first, thank you for choosing our theme and service.
Can you please describe the issue you have in more detail? Please share a direct link to the page where the issue appears and for more clarifications, please share screenshots of the issue.
Kind Regards
If I check the box “show author”, I will get these ugly circles above the author’s name. If a gravatar is put in it’s of low quality. The circles ar just way to big and I don’t want to have them at all, just the names would be fine.
Greets Dirk
Hi Dirk,
In order to assist we need to check your website from the back end, please install this 3rd party plugin “Temporary Login Without Password Plugin” which allows us to access your dashboard without sharing access details.
To better understand how the plugin works, please watch the video guide below: https://www.youtube.com/watch?v=EMu0e78OpJo
Please make sure to mark your reply as private to hide it from the public.
Kind Regards
Could you get it fixed or did you understand my problem?
Greets Dirk
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