Need help to change background color of image wrapper

Hello, I am using the narrative theme and need help to change the background color of the image wrapper from #FFF to the #FAF8F7.

I have tried using this code to change it on theme.scss.liquid but it does not seem to work.

.feature-row__image-wrapper {> background-color: #FAF8F7;> }
Kindly help :slightly_smiling_face:

hii, @Brendaasai
Kindly share your store URL so,
I can solve your issue and give you a proper solution.
Thank You.

https://aasaiskin.myshopify.com/ @Zworthkey

@Brendaasai
Your store is password protected kindly share your store Password.
Thank You.

fraudo @Zworthkey

hii, @Brendaasai
Paste this code on top of the theme.scss file.

.feature-row__item.feature-row__image-wrapper {
    background-color: #FAF8F7 !important;
}

Thank You.

Thank you @Zworthkey ! :grinning_face_with_smiling_eyes:

@Brendaasai
Welcome.