如何删除bootstrap中的背景颜色

时间:2017-07-31 05:24:23

标签: twitter-bootstrap

需要删除My following bootstrap的背景颜色

#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;
}

我该怎么办?

3 个答案:

答案 0 :(得分:2)

记录下来,在Bootstrap 4中,可以使用bg-transparent类实现。

答案 1 :(得分:1)

#fh5co-hero .fh5co-overlay { background-color: transparent !important; }

答案 2 :(得分:0)

请试试这个:

background-color:transparent;