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.
我需要一个带有颜色选择器(farbtastic)的 Wordpress 主题选项页面来更改 CSS 的任何类或 ID。就我而言,我需要更改页脚容器颜色 ( .footer_container)。
.footer_container
只需使用主题文件夹 (/wp-content/themes/yourthemename/style.css) 中的 style.css 文件。并在那里添加您的 CSS 规则。主题很少可以从管理区域完全定制。