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 
hii, @Brendaasai
Kindly share your store URL so,
I can solve your issue and give you a proper solution.
Thank You.
@Brendaasai
Your store is password protected kindly share your store Password.
Thank You.
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.