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.
Magento Web サイト tamween.biz のトップ バナーに影効果の png 画像を追加する必要があります。適切なコーディング領域に新しいクラスを追加することで、firebug を使用してローカル サーバーでこれを行うことができます。 bootstrap.css ファイル。
このテストは非常に成功しました。問題は、これらの変更を編集するためにサーバー内の実際の HTML ファイルの場所がわからないことです。
カスタム テーマを作成した場合は、
root/app/design/frontend//yourtheme/template/page/html/header.phtml
そうでない場合は、に行きます
ルート/アプリ/デザイン/フロントエンド/ベース/デフォルト/テンプレート/ページ/html/header.phtml
と n 検索
<img src="<?php echo $this->getLogoSrc() ?>">
これは、画像を出力するコードです。css クラスを追加できます。