我想更改特定页面的 CSS,但无法获取该页面的 ID。我想知道当我没有特定页面的 ID 时如何更改该页面的 CSS?这是我的页面 ID:forum=forum-framtidsjouren
如果我更改下面的代码,我也会更改其他页面......
.home #content, .single #content, .page #content
{
background: none repeat scroll 0 0 transparent;
box-shadow: none;
width: 100% !important; // I want to change width to 100% !important
}
Run Code Online (Sandbox Code Playgroud)
在浏览器中打开检查器并导航到标签<body>
,您将看到如下内容:
<body class="... postid-123 ...">
or
<body class="... page-id-123 ...">
Run Code Online (Sandbox Code Playgroud)
请参阅 WordPress 中该函数的文档body_class()
,该函数负责生成这些类:
http://codex.wordpress.org/Function_Reference/body_class
归档时间: |
|
查看次数: |
13282 次 |
最近记录: |