XF 2 Tip Custom Banner Img

moxx

Member
Registered
Joined
Sep 21, 2023
Messages
9
Points
3

Reputation:

Custom Banner image
Welcome to my First tutorial
Want Group Banners Like this?
1695675792326.gif

Then here you are right
First login in admin panel.
Go to appearance > styles > templates > extra.less

CSS:
.owner {
    color: #fff;
    background: url(https://moxx.tech/data/assets/m/admin-banner.webp);
    background-position: center;
    background-size: cover;
    border-color: #971a1a !important;
    transition: ease-out .5s;
    position: relative;
    text-align: center;
    align-items: center;
    padding: 1px 6px 0px 32px;
    font-size: 75%;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 3px;
    cursor: default;
}
.owner::before {
    
    font-family: 'font awesome 5 pro';
    content: "\f21b";
    width: 9px; /* Adjust the width of the icon as needed */
    height: 16px; /* Adjust the height of the icon as needed */
    position: absolute;
    left: 8px; /* Adjust the left position of the icon */
    top: 50%;
    transform: translateY(-50%);
}
.
Like this:

1695675855029.jpg

Then go to

Groups & permissions > User group > Your user Group​


1695676004557.png

Change it to your group name that you but in the extra.less if ther stand .owner then you need to typ in owner if it is .moxx then moxx​


Thanks for reading Love u All
 

Splicho

Emudevs.gg Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
595
Points
103

Reputation:

Great share thank you brotherman.
 

Sagex

Well-known member
Registered
Joined
Sep 10, 2021
Messages
59
Points
28

Reputation:

Very gut sir <3 Danke!
 

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
385
Points
53

Reputation:

you will need to make the User banner text for this to work he left that out as you can see i add the image with out doing it that way it will not work

Edit-user-group-.png
 

Cracky

Active member
Registered
Joined
Jul 22, 2023
Messages
28
Points
13

Reputation:

Cracky

Active member
Registered
Joined
Jul 22, 2023
Messages
28
Points
13

Reputation:

I think its need to edit extra.less and put align center.
 

Cracky

Active member
Registered
Joined
Jul 22, 2023
Messages
28
Points
13

Reputation:

Please sent the all gif images of this user tittle banner.. i have only 1 banner that illona sent attachment..
 

jhoancito

Well-known member
Registered
Joined
Mar 23, 2021
Messages
64
Points
18

Reputation:

Custom Banner image
Welcome to my First tutorial
Want Group Banners Like this?
View attachment 37053

Then here you are right
First login in admin panel.
Go to appearance > styles > templates > extra.less

CSS:
.owner {
    color: #fff;
    background: url(https://moxx.tech/data/assets/m/admin-banner.webp);
    background-position: center;
    background-size: cover;
    border-color: #971a1a !important;
    transition: ease-out .5s;
    position: relative;
    text-align: center;
    align-items: center;
    padding: 1px 6px 0px 32px;
    font-size: 75%;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 3px;
    cursor: default;
}
.owner::before {
   
    font-family: 'font awesome 5 pro';
    content: "\f21b";
    width: 9px; /* Adjust the width of the icon as needed */
    height: 16px; /* Adjust the height of the icon as needed */
    position: absolute;
    left: 8px; /* Adjust the left position of the icon */
    top: 50%;
    transform: translateY(-50%);
}
.
Like this:

View attachment 37054

Then go to

Groups & permissions > User group > Your user Group


View attachment 37055

Change it to your group name that you but in the extra.less if ther stand .owner then you need to typ in owner if it is .moxx then moxx


Thanks for reading Love u All
moxxHow can I enlarge or widen the rectangle that is the image of the range?

and also what would be the code for prizes, you can also
 

ka4p3

Member
Registered
Joined
Feb 27, 2020
Messages
12
Points
13

Reputation:

Hey, could you share all banners?
 

Pinuccio

Well-known member
Registered
Joined
Sep 21, 2020
Messages
46
Points
18

Reputation:

Immagine del banner personalizzato
Benvenuti nel mio primo tutorial
Vuoi banner di gruppo come questo?
View attachment 37053

Allora qui hai ragione
Primo accesso nel pannello di amministrazione.
Vai su aspetto > stili > modelli > extra.less

[CODICE=css].proprietario {
colore: #fff;
sfondo: url (https://moxx.tech/data/assets/m/admin-banner.webp);
posizione dello sfondo: centro;
dimensione dello sfondo: copertina;
colore del bordo: #971a1a !importante;
transizione: allentamento .5s;
posizione: relativa;
allineamento testo: centro;
allineare gli elementi: centro;
imbottitura: 1px 6px 0px 32px;
dimensione carattere: 75%;
peso carattere: grassetto;
raggio del bordo: 3px;
margine superiore: 3px;
cursore: predefinito;
}
.proprietario::prima {

font-family: 'font awesome 5 pro';
contenuto: "\f21b";
larghezza: 9px; /* Regola la larghezza dell'icona secondo necessità */
altezza: 16px; /* Regola l'altezza dell'icona secondo necessità */
posizione: assoluta;
sinistra: 8px; /* Regola la posizione a sinistra dell'icona */
superiore: 50%;
trasformazione: traduciY(-50%);
}
[/CODICE]
.
Come questo:

View attachment 37054

Allora vai a

Gruppi e autorizzazioni > Gruppo utenti > Il tuo gruppo utenti


View attachment 37055

Cambialo nel nome del tuo gruppo, ma in extra.less se è .owner allora devi digitare proprietario se è .moxx quindi moxx


Grazie per aver letto Vi amo tutti
moxxhttps://moxx.tech ----> What is this site about?
 

jhoancito

Well-known member
Registered
Joined
Mar 23, 2021
Messages
64
Points
18

Reputation:

Custom Banner image
Welcome to my First tutorial
Want Group Banners Like this?
View attachment 37053

Then here you are right
First login in admin panel.
Go to appearance > styles > templates > extra.less

CSS:
.owner {
    color: #fff;
    background: url(https://moxx.tech/data/assets/m/admin-banner.webp);
    background-position: center;
    background-size: cover;
    border-color: #971a1a !important;
    transition: ease-out .5s;
    position: relative;
    text-align: center;
    align-items: center;
    padding: 1px 6px 0px 32px;
    font-size: 75%;
    font-weight: bold;
    border-radius: 3px;
    margin-top: 3px;
    cursor: default;
}
.owner::before {
  
    font-family: 'font awesome 5 pro';
    content: "\f21b";
    width: 9px; /* Adjust the width of the icon as needed */
    height: 16px; /* Adjust the height of the icon as needed */
    position: absolute;
    left: 8px; /* Adjust the left position of the icon */
    top: 50%;
    transform: translateY(-50%);
}
.
Like this:

View attachment 37054

Then go to

Groups & permissions > User group > Your user Group


View attachment 37055

Change it to your group name that you but in the extra.less if ther stand .owner then you need to typ in owner if it is .moxx then moxx


Thanks for reading Love u All
moxxI have changed the number, there is no indication how I can change the friend icon.

111.PNG


222.PNG
 
Last edited:
Top