gpt4 book ai didi

css - 删除 - 在对 Wordpress Genesis 主题发表评论之前

转载 作者:太空宇宙 更新时间:2023-11-04 11:00:30 29 4
gpt4 key购买 nike

我刚刚添加了短代码以在我的帖子的页脚中添加“发表评论”,并且它之前显示了一个破折号。有没有办法摆脱那个破折号?我一直在谷歌搜索,但没有看到任何答案。 My test site ,我正在使用 Genesis 子主题。

最佳答案

这是导致破折号的 css。

.entry-comments-link::before {
content: "\2014";
margin: 0 6px 0 2px;
}

在您的子主题中,只需将其覆盖

.entry-comments-link::before {
content: none;
}

关于css - 删除 - 在对 Wordpress Genesis 主题发表评论之前,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34347889/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com