Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #70455
    Dirk Saeger
    Participant
    Premium Member

    How can I change the size of the author gravatar or remove the display of the gravatar?

    Tanks
    Greets
    Dirk

    #70465
    vako
    Keymaster
    WP Royal Team

    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

    #70471
    Dirk Saeger
    Participant
    Premium Member

    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 DirkScreenshot

    #70474
    vako
    Keymaster
    WP Royal Team

    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

    #70476
    Dirk Saeger
    Participant
    Premium Member
    This reply has been marked as private.
    #70484
    Dirk Saeger
    Participant
    Premium Member

    Could you get it fixed or did you understand my problem?

    Greets Dirk

    #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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.