Stuck at the start: Custom CSS not working at all | XM Community
Skip to main content
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
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.

Leave a Reply