Glad to hear the font size update worked! To make the subheading easier to read, you just need to add the color property to your existing CSS.
Here’s the updated CSS you can use:
.banner__text.rte {
font-size: 20px;
color: #fff;
}
This will set the text color to white, improving the contrast and readability. You can adjust the color value if needed.
Let me know if you need any further help!
Best,
Felix