ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,327
- Points
- 823
Reputation:
Hello ;
I'm using the User Activity Xon plugin and I'm trying to add an image to a marked field in the image. The line of code I am using is the code below, but it is not working. What am I doing wrong?
Code:
Continue reading...
I'm using the User Activity Xon plugin and I'm trying to add an image to a marked field in the image. The line of code I am using is the code below, but it is not working. What am I doing wrong?
Code:
Code:
#uaThreadViewContainer .block-minorHeader::before {
background-image: url(/styles/default/xenforo/kategorikucuklogo.webp);
background-repeat: no-repeat;
background-position: 99.5%;
background-size: 8%;
}

Continue reading...