如何在一页Wonder Bootstrap模板中插入背景图像?

时间:2019-02-24 21:44:43

标签: html css templates sass web-site-project

我正在使用“单页Wonder Bootstrap”模板构建:https://startbootstrap.com/themes/one-page-wonder/

我不知道如何在标头广告中插入背景图片。有人有经验吗?

谢谢!

1 个答案:

答案 0 :(得分:0)

您可以使用此规则替换大部分标头内容。

header.masthead .masthead-content {
  background-image: url('http//example.com/image.png');
}

但是,替换整个标头会更复杂。您可能要开始编辑HTML来删除bg-circle元素,以便为您提供更简洁的DOM。