如何更改免费引导程序模板中的背景?

How can I change the background in a free boostrap template?

这个关于背景图片的 boostrap css 代码。

background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

我尝试将 img 文件重命名为另一个文件,但没有成功。当我尝试添加图像时 index.html 名称为 bg.jpg 它没有更改我粘贴文件的 img。

假设您的实际 CSS 配置是正确的,但您仍然看不到您的更改,原因可能是有时浏览器会缓存 CSS,所以这就是您可能看不到您的更改。

您需要清理缓存 - 尝试在转到历史记录时执行此操作 -> 清除缓存

或按 ctrl+F5

Here 是在 chrome

上清除缓存的指南