Adding a background image to my guide

If you were ever curious about how to add an image to your guides (for some extra flare) here's a quick 1-minute video on we add background images to some of our internal guides.

 

Below is the code that was used in the example, just keep in mind that this is simply an example of custom CSS we have used and that you will ultimately need to personalize it to your needs.

#pendo-guide-container {
    border-left: 5px solid #A973F2 !important;
    background-image: url("https://pendo-static-5668600916475904.storage.googleapis.com/NpHgADVgBO9SbYUeWFkiSSOzOZs/guide-media-821e8745-9ae2-49a3-a79f-6b5ede03ca3f") !important;
    background-repeat: no-repeat !important;
}
4

Comments

5 comments
  • Absolutely,  wonderful. Thanks a lot, this was very helpful. I dont know how to work with CSS, can you please drop a few more of these gems here with some good background images,  it would be really beneficial for all.

    0
  • Jatin Khanna glad this is helpful! If you want to edit this, you'll just need to replace the background url I have in my example with another hosted image. 

    background-image: url("replace with your URL") !important;
    0
  • This was incredibly helpful.

    0
  • Hi guys! This is awesome. However, when I active the guide, the imagem background don't appear. By any chance, anyone had the same problem?

    1
  • I have the same issue. as Jessica.

    0

Please sign in to leave a comment.

Didn't find what you were looking for?

New post