需要删除我的以下引导程序的背景颜色
#fh5co-hero .fh5co-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
background: #3b3d40; // need remove background color
opacity: .5;
}
Run Code Online (Sandbox Code Playgroud)
我该怎么做?