How can we change the logo on my surveys?
Page 1 / 1
If the logo is built in to a custom theme, and you are trying to update it across studies. Your brand administrator can contact the themes team to have an update applied, using the link on this page: https://www.qualtrics.com/theme-design/
If you would like to update it for a single study, the following css should be able to be applied in the "Add custom CSS" section of the look and feel menu (use the appropriate logo url for the image you would like applied):
#Logo{
background: url('LOGO URL HERE');
}
If you would like to update it for a single study, the following css should be able to be applied in the "Add custom CSS" section of the look and feel menu (use the appropriate logo url for the image you would like applied):
#Logo{
background: url('LOGO URL HERE');
}
This somewhat depends on where you want your logo to show, but an easy way to do this is go into the "Look & Feel" area of your survey and add it into the header!
Look & Feel -> "Advanced" -> Header (edit button below). -> Image icon in rich content editor
From there, you can select your logo (if you've pre-loaded it into your image library) and save.
!
That'll ensure your logo appears at the top of each page!
Look & Feel -> "Advanced" -> Header (edit button below). -> Image icon in rich content editor
From there, you can select your logo (if you've pre-loaded it into your image library) and save.
!
That'll ensure your logo appears at the top of each page!
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.