【问题标题】:Remove line in html/css Tumblr theme删除 html/css Tumblr 主题中的行
【发布时间】:2017-07-27 18:04:50
【问题描述】:

尝试删除此 Tumblr 主题中的 this line,但在代码中找不到。

有什么建议吗?

link to Theme

【问题讨论】:

  • 请考虑添加代码或链接到我们可以检查的站点,或添加 jsfiddle/codepen 示例。

标签: html css themes tumblr tumblr-themes


【解决方案1】:

tumblr 网页有一个背景图片,其中添加了这些行。

#content {
    background: url(http://static.tumblr.com/cc4ocei/cMdkzipvh/borders.png) repeat-y left;
}

要删除这两条线,请删除背景图片。

#content {
    background: white;
}

【讨论】:

  • 太棒了。我永远不会拿起那个。谢谢。
【解决方案2】:

看起来#content div 有一个背景图片,其中包含 2 个“边框”。所以你可以用#content { background: none !important; } 覆盖它,但这也会删除列的右边框。

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多