How to Change the Image Header on the Main Page
Â
Sign in to a PlayerFirst website.
On the left navigation, click My Profile.
Delete the /my/Contacts/ from the URL.
Select Edit Landing Screen.
Select Insert Image in the editing box.
Select Add Files.
Choose your image.
Select Start Upload.
Select Insert.
Right click on your image to copy the image address.
Paste the image address in a new tab.
Select Back at the bottom of the editing box.
Select Edit Landing Screen.
Select the three-dot icon in the upper right-hand corner of the editing box.
Select Source.
Insert the following code:
<style>
.jumbo {
background-image: url(INSERT IMAGE ADDRESS HERE) !important;
}
</style>
Select Update.
The image should now show in the header. Select Save.
Â