-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @hi123098, You can control the appearance of the slider by setting the CSS of the This is a neat tool that lets you select options and then generates the corresponding CSS. You should be able to copy/paste the CSS into the |
Beta Was this translation helpful? Give feedback.
Hi @hi123098,
You can control the appearance of the slider by setting the CSS of the
<input type="range">
elements.This is a neat tool that lets you select options and then generates the corresponding CSS.
You should be able to copy/paste the CSS into the
<head>
section of the experiment, inside a<style></style>
tag. You may need to remove the CSS styles related to the range element in thejspsych.css
file.