Online Friends Avatar Style Change Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
+2
JoEl-jr
TheCrow
6 posters

    Online Friends Avatar Style Change

    yumm
    yumm
    Forumember


    Female Posts : 79
    Reputation : 3
    Language : Turkish / English

    In progress Online Friends Avatar Style Change

    Post by yumm February 18th 2019, 10:44 pm

    Hi Everyone... Hello

    How can I change avatar style of Online Friends on profile? I want to change the avatar style to square without border and change the size, thank you... Angel

    Online Friends Avatar Style Change Screen20
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Online Friends Avatar Style Change

    Post by SLGray February 18th 2019, 10:46 pm

    Do you mean the login widget?



    Online Friends Avatar Style Change Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Online Friends Avatar Style Change

    Post by TheCrow February 18th 2019, 10:50 pm

    Hello @yumm,

    I believe you mean the friends widget on the profiles.
    If yes, please use this in your CSS:
    Code:
    .avatar {
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }

    Regards.



    Online Friends Avatar Style Change Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    yumm
    yumm
    Forumember


    Female Posts : 79
    Reputation : 3
    Language : Turkish / English

    In progress Re: Online Friends Avatar Style Change

    Post by yumm February 18th 2019, 11:12 pm

    SLGray wrote:Do you mean the login widget?

    Yes, on member profile... ^^

    TheCrow wrote:Hello @yumm,

    I believe you mean the friends widget on the profiles.
    If yes, please use this in your CSS:
    Code:
    .avatar {
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }

    Regards.

    Yes, you're right, thank you this code very useful Very good
    But how can i change the avatar size and, can I hide member nickname and online status on this widget?
    TheCrow
    TheCrow
    Manager
    Manager


    Male Posts : 6916
    Reputation : 795
    Language : Greek, English

    In progress Re: Online Friends Avatar Style Change

    Post by TheCrow February 18th 2019, 11:16 pm

    Yes you can. Please remove the CSS I gave you above and add this to its place:
    Code:
    .friend-block a span {
      display: none;
    }
    .avatar {
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      width: 80px;
      height: 80px;
    }

    In here, you can change the width and height numbers to whatever you want based on how you want this to show up.

    Regards.



    Online Friends Avatar Style Change Thecro10
    Forum of the Forums

    Forumotion Rules | Tips & Tricks |
    FAQ | Did you forget your password?



    *** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
    No support via PM!
    yumm
    yumm
    Forumember


    Female Posts : 79
    Reputation : 3
    Language : Turkish / English

    In progress Re: Online Friends Avatar Style Change

    Post by yumm February 18th 2019, 11:56 pm

    TheCrow wrote:Yes you can. Please remove the CSS I gave you above and add this to its place:
    Code:
    .friend-block a span {
      display: none;
    }
    .avatar {
      background-color: transparent;
      border: none;
      border-radius: 0;
      box-shadow: none;
      width: 80px;
      height: 80px;
    }

    In here, you can change the width and height numbers to whatever you want based on how you want this to show up.

    Regards.

    Thank you, but online status still here and just look like this... Crying or Very sad

    Online Friends Avatar Style Change Screen21
    JoEl-jr
    JoEl-jr
    New Member


    Posts : 8
    Reputation : 3
    Language : -

    In progress Re: Online Friends Avatar Style Change

    Post by JoEl-jr February 25th 2019, 12:49 am

    Hello @yumm

    If you want to hide nicknames on the widget please add this CSS:

    Code:
    .friend-block > a :not(.avatar):not(img) {
        display: none;
    }

    Regards.
    yumm
    yumm
    Forumember


    Female Posts : 79
    Reputation : 3
    Language : Turkish / English

    In progress Re: Online Friends Avatar Style Change

    Post by yumm February 25th 2019, 1:45 am

    JoEl-jr wrote:Hello @yumm

    If you want to hide nicknames on the widget please add this CSS:

    Code:
    .friend-block > a :not(.avatar):not(img) {
        display: none;
    }

    Regards.

    Thank you, really work Very good
    So how can I hide online status too? ouou
    avatar
    Guest
    Guest


    In progress Re: Online Friends Avatar Style Change

    Post by Guest February 25th 2019, 2:05 am

    Hello @yumm

    Remember only 1 question per topic is allowed. Hence, if your doubt has been solved remember to mark this topic as such. You can do that by clicking on the "Mark Solved" button at the beginning of this topic Smile

    Feel free to open another topic for another question.

    Best regards.
    yumm
    yumm
    Forumember


    Female Posts : 79
    Reputation : 3
    Language : Turkish / English

    In progress Re: Online Friends Avatar Style Change

    Post by yumm February 25th 2019, 12:19 pm

    mpelmmc wrote:Hello @yumm

    Remember only 1 question per topic is allowed. Hence, if your doubt has been solved remember to mark this topic as such. You can do that by clicking on the "Mark Solved" button at the beginning of this topic Smile

    Feel free to open another topic for another question.

    Best regards.

    Yes, I know this rule, but did'nt solved my topic... Still have problems about online friends... Wink Why you did'nt help me instead of close topic??
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    In progress Re: Online Friends Avatar Style Change

    Post by skouliki February 25th 2019, 12:54 pm

    can you make the online to be visible for guests please

    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Online Friends Avatar Style Change

    Post by SLGray February 25th 2019, 10:04 pm

    mpelmmc wrote:Hello @yumm

    Remember only 1 question per topic is allowed. Hence, if your doubt has been solved remember to mark this topic as such. You can do that by clicking on the "Mark Solved" button at the beginning of this topic Smile

    Feel free to open another topic for another question.

    Best regards.
    The rule is exactly about two non-related issues.  This topic is all about the friends widget in the profile.



    Online Friends Avatar Style Change Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: Online Friends Avatar Style Change

    Post by Ape March 5th 2019, 3:17 pm

    Hello @yumm is this now solved ?

    If yes please reply to this topic and then mark the topic solved by pressing the mark solved button that can be found at the top of this topic.

    Thank you.



    Online Friends Avatar Style Change Left1212Online Friends Avatar Style Change Center11Online Friends Avatar Style Change Right112
    Online Friends Avatar Style Change Ape_b110
    Online Friends Avatar Style Change Ape1010