Join our Facebook Group
ScriptsTribe • Sngine • Community
Join

Foren

The great place to discuss topics with other users

Improve Profile background Appearance

'
Join the Conversation Antwort veröffentlichen
Jane Marcia
Admin
Joined: 2025-05-17 02:14:16
2025-05-24 17:15:48

sweet 

David  Santos
Member
Joined: 2024-11-24 02:22:14
2025-05-24 19:38:07

When a user upload a image using the Profile Desing located at https://scriptstribe.com/settings/profile/design

The backgroud i not really visible. I gave some transparency.

as you can see here https://scriptstribe.com/JaneMarcia

I am a bit out of time right now so I am doing this the dirty way :) 

open content/themes/default/templates/profile.tpl in after 

{include file='_head.tpl'}
{include file='_header.tpl'}

add

<style>
body {
  background-attachment: fixed !important;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.card,
.profile-tabs-wrapper,
.mini-footer
 {
  background-color: rgba(255, 255, 255, 0.70) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;
   z-index: 99;
}
</style>

 

 

Edy Lee
Admin
Joined: 2024-11-24 00:57:42
2025-05-25 18:25:41

When a user upload a image using the Profile Desing located at https://scriptstribe.com/settings/profile/design

The backgroud i not really visible. I gave some transparency.

as you can see here https://scriptstribe.com/JaneMarcia

I am a bit out of time right now so I am doing this the dirty way :) 

open content/themes/default/templates/profile.tpl in after 

{include file='_head.tpl'}
{include file='_header.tpl'}

add

<style>
body {
  background-attachment: fixed !important;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.card,
.profile-tabs-wrapper,
.mini-footer
 {
  background-color: rgba(255, 255, 255, 0.70) !important;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 10px;
   z-index: 99;
}
</style>

 

 

ScriptsTribe https://scriptstribe.com