Full background image in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-12-2017 11:45 PM
Hi,
I am trying to add a background image in Service portal but the entire image is not coming only half the image is coming.Could some please help me.
I am getting this now
But I want below mentioned entire image in the container
- 23,540 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-20-2020 05:17 AM
Hi Blaze,
I have the same requirement but for container-based only. Is it possible to set a dynamic background image on the container.
Thanks
Vivek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-20-2019 04:46 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2019 05:31 AM
Hi Volker,
Change it to the name of your image. Example: background-image: url('sp-landing-back.jpg'). This should be an image already uploaded in System Ui > Images.
The hex color is a fallback for when there is no image or when the image is taking too long to load.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2019 05:41 AM
Hi,
you can use background image in full view.
code:
section.page {
//background-color: $sp-homepage-bg;
background-image: url(homepage_bkgd.jpgx);
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center center;
}
section.page, main.body {
padding-top: 0px !important;
}
Please refer below link:
https://www.cernasolutions.com/add-background-image-homepage/
Thanks,
Vishal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-30-2020 11:48 PM
Hi Vishal,
I did the same and it worked fine for me. But when i want to change the background again then the image first uploaded remains the same . it is not changing another image.
In image , i deleted the image and created one more image there but still it is not changing on my portal instead it shows the last uploaded image on portal.
css
====
image
----------
i want to change this logo but not changing. Please suggest.