Hey. How can I add a profile background to Hovercards?
I tried to add something to the templates:
<style>
.tlo_profil {
background-image: url({$userfields['fidX']}), url(X); background-size: cover; background-repeat: no-repeat; background-position-y: -250px;
}
</style>
But nothing is displayed.
That's not the user's profile field, but the one associated with your currently logged in account. If you log out, you can see it's no longer displayed.
To display each user's CPF you will need to use {fidX} instead.