Please or Register to create posts and topics.

How to remove profile backgroung

How to remove or change profile background.

Hello @chip

You can remove or change the background-image with a custom css-rule which you have to add to your themes style.css file. Here is an example:

#af-wrapper #profile-header .background-avatar {
    background-image: none !important;
}

 

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!