Changing Text Background Color - Crave Theme

Hi Shopify Community!

Wondering if anyone can help me with the text background color. When I input the description as usual, it turned out white which is different with my theme background. I want it the same with my background color.

sample url: https://soto-studios.com/products/fireworks-bloom-pet-tape-moodtape

Thanks in advance,

Soto

1 Like

@sotostudios

span {
    background: #f2efdd !important;
}

Add this code in base.css file.

1 Like