gpt4 book ai didi

jquery - 无法删除我的列表元素符号样式,即使它在 CSS 中设置为无

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

我正在使用 Wordpress 作为 CMS 创建一个网站,我安装了“食物和饮料”插件,当我通过该插件放置我的内容时,它会创建一个食物列表(我正在做菜单)。现在,当我通过 inspect element(chrome) 删除它时,我的列表中出现了公告样式,什么也没发生。这是我的代码:

.fdm-menu.clearfix, .fdm-menu .clearfix {
clear: both;
}
.entry-content ol, .entry-content ul {
margin-left: 40px;
}
.entry-content ol, .entry-content p, .entry-content ul, .quote-caption {
margin-bottom: 26px;
}
.fdm-menu, .fdm-menu>li, .fdm-section, .fdm-section>li {
list-style: none;
}

最佳答案

虽然您在 base.css 中将 list-style 设置为 none,但您在 style.css 中将其覆盖它。

.entry-content ul > li {
list-style-type: disc;
}

从 style.css 中删除它

关于jquery - 无法删除我的列表元素符号样式,即使它在 CSS 中设置为无,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31548874/

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