• 文字サイズ


解決済

スマホカテゴリページの枠線

  • 相談者:非公開
  • 2019/06/18 19:31
現在設定している楽天のスマホカテゴリ表示でサムネイルの四角枠を消したい、もしくは白枠で見えなくする方法はありますか?

div#sCSLContainer {
display: flex;
flex-wrap: wrap;
}
div#sCSLContainer>a {
width: 50%;
}
div#sCSLContainer>a>div {
padding: 0px;
}
div#sCSLContainer .sCSLBox01,div#sCSLContainer .sCSLBox02 {
display: block !important;
background-position: calc(100% - 0px) calc(100% - 12px);
border-bottom: none; #ffffff;
background-color: transparent;
margin-bottom: 16px;
}
#sCSLContainer .txtheight {
min-height: 20px;
margin: 8px 0;
}
#sCSLContainer .txtheight .ctgItemNormal {
line-height: 1.4;
}
#sCSLContainer .txtprice {
text-align: left;
}
#sCSLContainer .inLeft {
width: 48vw !important;
height: 48vw !important;
}
div#sCSLContainer .sCSLBox01 div.inLeft img,div#sCSLContainer .sCSLBox02 div.inLeft img {
max-height: 100% !important;
max-width: 100% !important;
}

#sCSLContainer .inRight .txtprice {
padding: 0;
color: #bf0000;
text-align: left;
}

投稿内容について報告する



  • 返信者:非公開
  • 2019/06/18 19:57
ECマスターズの伊藤です。

> 現在設定している楽天のスマホカテゴリ表示でサムネイルの四角枠を消したい、もしくは白枠で見えなくする方法はありますか?
………(省略)………
  • 返信者:非公開(質問者)
  • 2019/06/19 14:45
解決しました。
ありがとうございました。………(省略)………
このフォーラムへの質問は終了しました