Forum Discussion

rnewell's avatar
rnewell
Mentor
4 years ago

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 from the Homepage Header Hero image. Wondering if this is a custom component override to a user's profile? Or is there an easier way to uploading that Hero Image on a user's profile or all user's profile pages.

Thanks!

  • 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!

  • 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!