HI @CreatorTim
The text in the title is already bold to the maximum, but since a different font is being used, it doesn’t match exactly. The sample store uses the “Open Sans” font, while their main store uses “Assistant.” To make it clearer, you need to increase the font size. Here’s the code adjustment
.image-with-text__text.rte.body * {
color: black !important;
font-size: 16px !important;
}
By increasing the font size, it should become more visible.
Please add it into the Custom CSS in the Theme
Best,
Daisy