rnewell
4 years agoMentor
Change A Users Profile Page Header Hero Image
Hello! I was wondering if I can change the Profile Page Header image. Playing around in Stage and Studio, I have the asset uploaded from the library In the studio. However, I am seeing that it pulls...
- 4 years ago
We override the image in our community via our skin rather than overriding the component. So you should be able to do something like this:
.lia-quilt-view-profile-page .lia-quilt-row-hero { background-image: url(/html/assets/profile-page-background-image.png); }
Hope this helps!