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.
我究竟可以在哪里修改产品页面上按钮之类的样式?
我遇到的具体问题是添加到购物车按钮继承了黑色字体,因此黑色背景难以辨认。
对于每个样式修改,您可以参考您的 skin/frontend/package/theme 文件夹的 style.css。使用带有 firefox 的 firebug 插件来检查任何特定对象的行号和所需的样式。
关于您的添加到购物车按钮:您可以为按钮标签内的 span 元素提供颜色背景。
希望有帮助。