XF 1.4 Help page (trophies) - How can I customize the primaryContent?

Dylan V

Well-known member
Hello,

For a while, I try to customize the page of trophies to add borders to the primaryContent, but impossible. In the template "EXTRA.css", I put this:
Code:
.trophy.primaryContent
{
    border: 1px solid;
}

but no results:

Screenshot_1.webp

This works for many things, but not for this.
 
Top Bottom