• Resolved nd54448

    (@nd54448)


    Hi
    I have two questions related to sizes.
    1. How to change the avatar icon size. I have tried to add
    ‘avatar_size’=64 in wp_comments but it doesn’t work.

    2. How to change the size of the font for the author of the comment ?

    Thanks a lot
    N

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author oceanwp

    (@oceanwp)

    Hello, you want to decrease the avatar in the comments and the name size?

    Thread Starter nd54448

    (@nd54448)

    Hi
    Yes, I want to change size of the avatar and the name of the author of a comment. I looked in assets/style file and the avatar class there is listed as 80 pixels. But I think this is for author biography ? (anyway, I couldn’t change it)
    thanks for help
    N

    Theme Author oceanwp

    (@oceanwp)

    Try this css code:

    .comment-body img {width: 64px; height: 64px;}
    .comment-author .comment-link {font-size: 14px;}
    Thread Starter nd54448

    (@nd54448)

    it works,
    great ! thanks
    N

    Theme Author oceanwp

    (@oceanwp)

    You’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Change avatar size and name size’ is closed to new replies.