Hello. I have a Color Section on my page that includes a Text Block. I would like to customize the font style, size, color, etc. of text block.
I created a Section ID for the Color Section and I assume I should be able to customize the text using CSS. Can you please provide an example on how to reference the the Section ID and associated text block. I thought it would be something like below. Thanks.
.page_id=36 .colorsecid h1 {
color: red;
}