Thanks for that! I’ve updated the CSS in all 3 files I could find that might apply to:
.color-background {
display: block;
background-color: blue;
}
(added the period)
and wrapped the content in div in the WP editor:
<div class=”color-background”>
content
</div>
and it still isn’t showing. Any other suggestions?
Thanks so much for all the help so far!