Replies: 1 comment 1 reply
-
You can try adding the !important syntax after specifying the font-size, like so:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to change the size of the font across my entire experiment. This works with
.jspsych-display-element { font-size: 35px; }
for most elements but does not for the survey-likert plugin. I added a couple of options I found that changed the text for the options on the scale, but not the prompt itself.My code:
Again - prompt text font size for the questions does not change. I inspected the element in my browser (Edge) and saw the following.
My modified styles seem to be overridden by the default. I'm using JSPsych 7.3.0 and all of my plugins are 1.1.1.
What do I need to do to fix this?
Beta Was this translation helpful? Give feedback.
All reactions