小编mat*_*att的帖子

仅针对 Wordpress 站点的一页的目标 CSS 伪选择器

这很好用,但不幸的是它在全球范围内应用。我想将 css 应用于特定的页面 ID (75)。如果我通过块编辑器中的高级选项卡添加一个类,它会中断,没有列表图标。

.entry-content ul > li::before {
  content: '\f0da';
  color: #a86500;
  font-family: 'Font Awesome 5 Free';
  padding: 0 10px 0 0;
}
Run Code Online (Sandbox Code Playgroud)

有任何想法吗?

css wordpress

2
推荐指数
1
解决办法
61
查看次数

标签 统计

css ×1

wordpress ×1