Profile Image of Commenters

Home Forums Iconic One Pro Support Profile Image of Commenters

This topic contains 2 replies, has 2 voices, and was last updated by  wlarrylozada 7 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4689

    wlarrylozada
    Participant

    Hi Amazing Support Team,

    I need your help again regarding the profile image of commenters (site visitor’s comments section). I want to increase the size of the profile image of the commenters and also increase the name font-size.

    Is there any css code to do that?

    Thanks.

    #4690

    1) Line 263 of functions.php

    echo get_avatar( $comment, 30 );

    Try changing the number 30 to 50 to get bigger image size.

    2) For commentator name size

    .comments-area article header cite {
        font-size: 18px;
    }
    #4691

    wlarrylozada
    Participant

    A big thank you. It worked perfectly.

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.