RM 1.1 How To Hide Author Avatar Icon

51463

Well-known member
I want to hide the little corner Author Avatar Icon but I am unable to.

Capture.webp


I tried adding this to Extra.css but it won't dissappear.

.resourceListItem .resourceImage .creatorMini img {
display: none !important;
}



I also want to mention that the phrase "Resources" is not "Resources" anymore. I changed it to something else to suit my needs. Would that be the reason it's not working?
 
I made sure it's the correct style, I cleared my browser cache, I tried with different browers and i even tried this:

.carsListItem .carsImage .carsMini img {
display: none !important;
}


But the author icons still show up.
 
I do see something different from mine and yours. This:

!important;


I took that out and it worked. Your code doesn't have it. I havent tried it again with it. I don't want to stop working.


Strange..it looks identical to your original code unless I'm missing something which could be entirely possible right now..lol

hmm.. christmas drinks?o_O
 
Top Bottom