我想更改特定页面的 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
}