返信先: カートのフォントサイズ

フォーラム 使い方全般 カートのフォントサイズ 返信先: カートのフォントサイズ

#85806
hiken3
参加者

custum.cssを利用していますので,それに下記を追記しましたら、カートのお客様情報のフォントサイズが大きくなりました。

/* usces_cart.css */
#customer-info td {
font-size: 12px; /* 11を変更*/
line-height: 150%;
color: #4c4c4c;
border: 1px solid #e6e6e6;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
}