Stuck at the start: Custom CSS not working at all | XM Community
Skip to main content
Question

Stuck at the start: Custom CSS not working at all

  • January 20, 2020
  • 1 reply
  • 104 views

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

1 reply

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • January 20, 2020
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.