In CSS, "child" class has its o
.parent .child { background-color: inherit !important; // can also use "transparent" }
Use !important only if nothing else works.
!important