RM 2.2 Featured resources images square

Pardal

Active member
Hi there!

As seen in the screenshot, I have been able to change the round icons to square in my resources, but I can't find where to change the icons of my featured resources as well.

I've been testing extra.less and xfrm.less and I'm not right, I'm not capable, can you help me?

Thanks!
resources.webp
 
Solution
This added to the extra.less template will apply to all avatars on all resource pages:
Less:
[data-template*="xfrm"]
{
    .avatar
    {
        border-radius: 8%;
    }
}
This added to the extra.less template will apply to all avatars on all resource pages:
Less:
[data-template*="xfrm"]
{
    .avatar
    {
        border-radius: 8%;
    }
}
 
Solution
Top Bottom