background image in homepage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2023 03:03 AM
How to add background image in container of homepage , here challenging is that image should not start from container top after 3 to 4 inches of container start the image should begin. Can someone help on this. Through inspect option , through edit container background image we can add image , but it should not start along with container
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-05-2023 04:33 AM
Hi @Akula M S G Dev ,
You can update the background following the steps as below -
1. Navigate to the portal pages > open the portal home page (Employee Center Pro Homepage)
2. Add the following line to the main.body CSS
background-image: url('/ServiceNow.jpg');
Adjust the padding top to meet your specific requirement.