XenForo edit the topic viewers bar

H

hakyangler

Guest
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:

Code:
#uaThreadViewContainer .block-minorHeader::before {
    background-image: url(/styles/default/xenforo/kategorikucuklogo.webp);
    background-repeat: no-repeat;
    background-position: 99.5%;
    background-size: 8%;
}


Screenshot_1.webp

Continue reading...