How can I add a highlight color to heading text in the debut theme?

I’m using the Shopify debut theme and i’m trying to figure out how to add a highlight colour behind my header and subheader text as the white is blending into the header image somewhat. See images below, first one shows how the text is getting lost in the image a bit, 2nd image shows the effect i’d like to create but with a darker highlight colour (i’ve just highlighted the text with my cursor here). Anyone out there know how to do this? Thanks in advance.

@Peter-patter

Please share your store URL!

Thanks!

1 Like

Hi @dmwwebartisan

It’s https://www.mournecoffee.com/

Thanks

1 Like

@Peter-patter

Go to Assets > theme.css and paste this at the bottom of the file:

.hero .mega-title {
background: #6666669e !important;
}

Thanks!

1 Like

@dmwwebartisan worked a charm, thank you so much!