WEB小窓の左下の歯車マークを別のものに変更することはできますか?
- カテゴリー :
回答
CSSにて変更することが可能です。
#mbaGuestFrame_content_input_wrapper_textarea > div > ul > li:nth-child(1) > label > img {
opacity: 0 !important;
}
#mbaGuestFrame_content_input_wrapper_textarea > div > ul > li:nth-child(1) > label::before {
content: url(画像URL/18/18);
display: inline-block;
width: 18px;
height: 18px;
margin-right: -18px;
}
opacity: 0 !important;
}
#mbaGuestFrame_content_input_wrapper_textarea > div > ul > li:nth-child(1) > label::before {
content: url(画像URL/18/18);
display: inline-block;
width: 18px;
height: 18px;
margin-right: -18px;
}
なお、お客様でデザイン変更された小窓はサポート対象外となりますので、ご注意ください。