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プラグインを使用して、特定のオブジェクトの行番号と必要なスタイルを確認します。
カートに追加ボタンについて:ボタンタグ内のスパン要素に色の背景を付けることができます。
お役に立てば幸いです。