Dear all,
I am trying to get started with Custom CSS (ultimately to capitalise the first letter of each answer option), but at the moment, I can't get it to do anything. The following has no effect whatsoever, for example. Is there anything that might block or override Custom CSS?
p, div, span, a {
font: 22px;
color: "red";
}
Many thanks for any pointers,
Lukas
Page 1 / 1
Use your browser's inspect feature to see how the CSS rules are applied. Your rule selector(s) have to be as specific or more specific than the theme rule selectors.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.