Customizing an Info Button in Qualtrics | XM Community
Skip to main content

Hello everyone,

I am currently working on a project in Qualtrics for which we require info buttons. I used the code posted here by TomG: https://community.qualtrics.com/XMcommunity/discussion/11284/button-to-toggle-and-display-more-text
JS
"jQuery("#button").click(function() {
jQuery("#infodiv").toggle();
});
HTML



The result (not clicked):
image.pngThe result when clicked:
image.png
So far so good, but I would like a more appealing look for the info button. For example, something similar to this:
image.png
Can someone tell me how it is possible to adjust the design of the info button?
Since I am sadly not very familiar with coding in general I am looking for a copy & paste solution. However, any help that can steer me in the right direction is very much appreciated!
Cheers

Be the first to reply!

Leave a Reply