Quote from
Asgaros on April 11, 2018, 10:48 am
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;
}
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;
}