我想删除我博客上的蓝色图片
I want remove blue picture on my blog
见上图只显示蓝色
低于我的 html 模板
这是我的网站:https://pdfpaper.blogspot.com
我正在使用 Sora Coupen 免费版模板
谁能告诉我怎么去掉蓝色覆盖的图片..
检查不需要的蓝色并删除它
background: rgba(40, 116, 240, 0.61);
在你的 css.
删除 'background' 选择器“.offer-badge”的样式属性 css。
这会起作用
- 转到主题 > 编辑HTML
- 单击代码内的任意位置并按键盘 CTRL + F
- 搜索
background: rgba(40, 116, 240, 0.61);
并将其删除
见上图只显示蓝色
低于我的 html 模板
这是我的网站:https://pdfpaper.blogspot.com
我正在使用 Sora Coupen 免费版模板
谁能告诉我怎么去掉蓝色覆盖的图片..
检查不需要的蓝色并删除它
background: rgba(40, 116, 240, 0.61);
在你的 css.
删除 'background' 选择器“.offer-badge”的样式属性 css。 这会起作用
- 转到主题 > 编辑HTML
- 单击代码内的任意位置并按键盘 CTRL + F
- 搜索
background: rgba(40, 116, 240, 0.61);
并将其删除