In CSS, "child" class has its o
!important will override any inline background color applied, let me know if this works
.parent > .child { background-color: transparent !important; }