Please or Register to create posts and topics.

How to turn off "lime green" highlight of profile picture

Is there a way of turning this off? Or even changing the colour?

fweinert has reacted to this post.
fweinert

Hey @carewen,

can you please try to add the following CSS to “Forum”->”Appearance”->”Custom CSS”:

#af-wrapper .user-online .avatar {
    box-shadow: none;
    border: 1px solid #ccc;
}

 

Carewen and fweinert have reacted to this post.
Carewenfweinert
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.
Quote from qualmy91 on May 31, 2021, 2:06 pm

Hey @carewen,

can you please try to add the following CSS to “Forum”->”Appearance”->”Custom CSS”:

#af-wrapper .user-online .avatar {
    box-shadow: none;
    border: 1px solid #ccc;
}

 

Thank you very much! It worked like a charm.

fweinert has reacted to this post.
fweinert