How can I change the text background color in the Sense theme?

I having trouble changing the color of the background color of the text as I see no option to change it, also my theme is the sense theme

@members

Hi @Malik970

1: Online store > themes > Actions > Edit code > Assets > section-main-product.css

2: paste code at last

.product__info-container .product__description {
    background: #dfb9ba;
    color: white;
}

The code did not work as it had no effect

HI @Malik970

Then I think you should share your store url. Cuz I don’t know what exactly the code is of your store. I just testing it on the demo store of this theme.