The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
2 posters

    Round rank images

    Ency
    Ency
    New Member


    Posts : 16
    Reputation : 1
    Language : French

    Round rank images Empty Round rank images

    Post by Ency December 1st 2016, 9:22 am

    Hello,

    I have used this code to get round avatars, but the code applied itself to the rank images too which is an inconvenience

    Code:
    div.post .postprofile dt img{
    background: #FFF;
        border-radius: 100px;
        box-shadow: 0 2px 3px rgba(0,0,0,0.3), 0 -1px 1px rgba(0,0,0,0.3);
        display: inline-block;
        height: 100px;
        margin: 10px;
        overflow: hidden;
        padding: 3px;
        width: 100px;
    }
    Round rank images Captur11
    Please advise Smile

    Thank you,
    Ency

    PS : also I would like to have round avatars in the home page of the forum, could anyone give me the code for that? Thank you.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Round rank images Empty Re: Round rank images

    Post by Draxion December 1st 2016, 9:30 am

    Hi there, replace that code with this.

    Code:
    .postprofile .user-avatar img,
    .lastpost-avatar img {
      border-radius: 100px;
    }

      Current date/time is September 23rd 2024, 4:41 pm