• Resolved popos93

    (@popos93)


    Hello, I’m having an issue with the avatars of people leaving reviews on my product pages. They do not display anymore, unless you mouseover them. They were working fine a few days ago, so I am not sure if it’s because of something I did. I tried disabling plugins and all custom CSS, but the issue is still there. Any ideas what I should look into? Thank you

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • This behaviour is coming from Woo Gallery. You can overide it just for comment photos using:

    .comment_container .photo {
      opacity: 1;
    }
    Thread Starter popos93

    (@popos93)

    Thank you, this seems to solve the issue with the opacity of the picture. However, the avatar has a weird shape and it is not perfectly square as it should be. Do you know what might be causing this?

    That’s also coming from Woo Gallery. You can set the height specifically with:

    .comment_container .photo {
      height: 70px;
    }
    Roxy

    (@roxannestoltz)

    Hi @popos93 ,

    I trust @lorro suggestions above have guided you toward your desired results ??

    Since we haven’t heard back from you in a while, I’m going to mark this as resolved – feel free to create a new topic? should you need any further help.

    Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Avatar issue’ is closed to new replies.