Well that was a rookie error 😳
Any idea why the below css is not changing the text size etc.? I’ve put the background colour in to check I’m referencing the correct css type
.srr-summary {
font-size: 20px !important;
color: #0f0 !important;
background: #00f !important;
}
Thanks for all your help!