error add prefix

jhoancito

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

Reputation:

I have a problem adding prefix add extra.less I put prefix it doesn't give me the color because it will be friends


As you can see in the image, I added this normal red prefix without any code.
Captura.PNG


there is add custom prefix code to extra.less

Captura2.PNG


I added it to the custom code prefix, it doesn't give me

Captura1.PNG


As you can see, the photo is nothing, what can I do? I'm doing it wrong, what I'm doing is fine, the code is not bad, I use xenforo 2.2.13


Captura3.PNG
 

UNKNOWN PH

RUSH ARMY
Registered
Joined
Jun 9, 2019
Messages
613
Points
73

Reputation:

This is the correct CSS code for the background image.

Code:
background: url(yourimageurl here)

Always remember that the closing parenthesis should not be removed in CSS for it to be properly work.
 

jhoancito

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

Reputation:

View previous replies…

jhoancito

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

Reputation:

This is the correct CSS code for the background image.

Code:
background: url(yourimageurl here)

Always remember that the closing parenthesis should not be removed in CSS for it to be properly work.
UNKNOWN PHequal without ; it doesn't work for me
 
View previous replies…

BattleKing

Spirit of darkness
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P Member
Collaborate
Registered
Joined
May 24, 2020
Messages
3,520
Points
523

Reputation:

did you tried just this code in the extra.less file, remove all other part of it, to see if the problem is really in that section
 
Top