Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为一个类别更改 css。我在哪里可以找到它,我怎样才能只为一个类别做呢?例如,我只想更改一个类别的背景图像。
不是整个网站。我需要找到该类别的 css。请帮助我任何人..会很高兴
您可以试试这个:转到类别并选择要更改的类别。然后打开 TAB 自定义设计。
在“自定义布局更新”字段中插入:
<reference name="head"> <action method="addCss"> <stylesheet>css/CSSwithCustomBackground.css</stylesheet> <params>media="all"</params> </action>
这会加载不同的 CSS,您可以在其中为页面设置不同的背景。
保存,清理缓存,这应该可以。