• Resolved YourMedLife

    (@yourmedlife)


    Hi,

    I would like to change square images in Axl Tabs for round images, but only in “comments” section , not in all (not in recent posts for example).

    My website is https://www.yourmedlife.com

    Example: https://oi59.tinypic.com/2edsa6r.jpg

    I have the css but i dont know where i have to put it and how can i change only comments section.

    Thx for answer and sorry for asking twice, the first time I was wrong with my question.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter YourMedLife

    (@yourmedlife)

    CSS CODE:

    border-radius: 200px 200px 200px 200px;
    -moz-border-radius: 200px 200px 200px 200px;
    -webkit-border-radius: 200px 200px 200px 200px;
    border: 0px solid #000000;

    Hi medlife. Try this css to target just the comment avatars:

    .s2 .tab-item-avatar img {
      border-radius: 200px 200px 200px 200px;
      -moz-border-radius: 200px 200px 200px 200px;
      -webkit-border-radius: 200px 200px 200px 200px;
      border: 0px solid #000000;
      }
    Thread Starter YourMedLife

    (@yourmedlife)

    I LOVE YOU BDBROWN!!!!!! thx a lot!!!

    Yeah, well, just buy me a beer some day…;-) Glad if I could help. If you don’t need any more help please mark the topic as resolved. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Round images in alx tabs (but only with comments)’ is closed to new replies.