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.
我刚刚为我的网站安装并应用了“Colourise”主题,但是这个主题的背景太暗了。我怎样才能改变它?
背景颜色/图像可能位于 Colourise 主题的 CSS 文件之一中。导航到您的主题文件夹(sites/all/themes/your_theme_name),并查看 style.css 文件或带有您主题名称的 css 文件(可能是 colourise.css)。那里应该有一个指定的背景,可能在文件顶部附近。进行更改后,请务必在 admin/config/development/performance 中重置站点的缓存(如果您启用了 css 压缩)。