html - 无法摆脱 Wordpress 的 css 列表样式

标签 html css wordpress

有人介意看看这个吗?我无法摆脱此站点上此 wordpress 小部件上的列表样式类型的装饰。

http://www.donhallmark.com/

这是我已经添加的代码:

.socialMedia ul li {
    list-style-type:none;
}

.socialMedia .widget ul li {
    list-style-type:none;
}

.widget ul li {
    list-style-type:none;
}

.simple-social-icons ul {
    list-style-type:none;
}

.simple-social-icons ul.aligncenter {
    list-style-type:none;
}

.simple-social-icons ul.aligncenter li {
    list-style-type:none;
}

li.social-facebook {
    list-style-type:none;
}

ul.aligncenter {
    list-style-type:none;
}

最佳答案

给你:

.homeWidget ul { list-style-type: none; }

您使用了错误的类。

关于html - 无法摆脱 Wordpress 的 css 列表样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22075662/

相关文章:

php - Wordpress wp_update_post 不更新 post_name

WordPress nginx 无法创建目录 - 权限正确

html - 如何正确对齐这些 div 的顶部?

javascript - 如何在输入框下方添加文字?

css - Bootstrap - 使子元素在 col-lg-4 类中水平对齐到中间

html - 添加背景图像到谷歌地图

mysql - 在 sql 数据库上使用 awk 更改所有 iframe "width"和 "height"大小

Javascript 代码未显示正确的输出

html - CSS - 如何在一行中显示下拉文本?

javascript - 检查是否所有 VISIBLE 选择框都选择了某些东西?