background image in homepage

Akula M S G Dev
Tera Contributor

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

1 REPLY 1

Community Alums
Not applicable

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');

SandeepDutta_0-1683286369016.png

Adjust the padding top to meet your specific requirement.