お世話になります。
お気に入り商品登録とお気に入りショップ登録の画像を変更するため
下記タグをヘッダーに登録を試みるのですが反映できません。
下記タグのどこに原因があるのかご教示ください。
よおしくお願い致します。
<!--▼デザイン変更▼ -->
<style>
/* お気に入り商品登録画像変更 */
body #rakutenLimitedId_aroundCart div.bkm{
width: 224px !important;
}
body div.bookmarkArea div.bkm a.addBkm span.bkmStar {
width: 224px !important;
height: 48px !important;
background: url(
http://image.rakuten.co.jp/SHOP-URL/cabinet/imgrc0067583306.gif) no-repeat 0 0 !important;
}
body div.bookmarkArea div.bkm a.addBkm {
width: 224px !important;
height: 48px !important;
}
/* お気に入りショップ登録画像変更 */
body #rakutenLimitedId_aroundCart div.shopBkm{
width: 224px !important;
padding-left: 0px !important;
}
body div.shopBookmarkArea div.shopBkm a.addShopBkm span.shopBkmStar {
width: 224px !important;
height: 48px !important;
background: url(
http://image.rakuten.co.jp/SHOP-URL/cabinet/imgrc0067583312.gif) no-repeat 0 0 !important;
}
body div.shopBookmarkArea div.shopBkm a.addShopBkm {
width: 224px !important;
height: 48px !important;
}
</style>
<!--▲デザイン変更▲ -->