hakyangler
Active member
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?
	
	
	
		

				
			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:
	
	#uaThreadViewContainer .block-minorHeader::before {
    background-image: url(/styles/default/xenforo/kategorikucuklogo.webp);
    background-repeat: no-repeat;
    background-position: 99.5%;
    background-size: 8%;
}
	