比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

※サンプルコード内の「#button_3」は、チャットボタン設定のボタン要素IDで設定したIDに変更ください。
※widthやheightの値は、ご希望のサイズに適宜ご変更ください。
※こちらのサンプルでは、ボタンの表示位置を右側に変更しております。
もし、デフォルト表示のまま左側に表示させたい場合は、以下赤枠内を削除してください。

...

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

ECサイト側の要素の裏にチャットボタンが隠れてしまう場合

チャットボタンの表示優先順位(z-index)を調整

...

コード ブロック
languagecss
div#_ChatButton {
  z-index: 100;
}

※サンプルコード内の「#_ChatButton」は、通常ボタンのIDとなります。
チャットボタン設定で設定したボタンの場合は、ボタン要素IDで設定したIDに変更ください。

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

ECサイト側のページトップへ戻るボタンとチャットボタンの表示位置が被る場合

チャットボタンの表示位置を調整

...

コード ブロック
languagecss
div#_ChatButton {
  bottom: 80px;
  right: 30px;
}

※サンプルコード内の「#_ChatButton」は、通常ボタンのIDとなります。
チャットボタン設定で設定したボタンの場合は、ボタン要素IDで設定したIDに変更ください。
※bottomやrightの値は、ECサイト側のページトップへ戻るボタンの位置に合わせて適宜ご変更ください。

情報

チャットウィンドウ内

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

メッセージ入力欄

BOTモードのみメッセージ入力欄を非表示

...

コード ブロック
languagecss
/* BOTモードのみメッセージ入力欄非表示 */
._ChatWindowMode_BOT #_ChatWindowUserInputRoot {
 display: none; 
}

情報

スペシャルタグ・アタッチメント

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

スナックバー

スペシャルタグ・アタッチメントのスナックバーの文字色と背景色を変更

...

languagecss

...

画像+テキストボタンのポップアップ表示化

...

コード ブロック
/*ボタン設定側にボタン要素ID 「image_specialtag01」を設定する必要あり*/
/*画像+テキストボタンのポップアップ表示化 */
#image_specialtag01 {
  z-index:10;
  left: auto;
  right: 10px;
  bottom: 10px;
  top: auto;
}
/* 画像サイズ */
#image_specialtag01 > div > button > img{
    width: 180px;
}

/* 画像+テキスト <ボタン → ×ボタン */
#image_specialtag01 > div > div {
  z-index: 50;
  position: fixed;  
  right: 10px;
}

div#image_specialtag01 > div > div > button > span > svg > path {
    d: path("M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z");
}

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF
アイテム一覧

ポップアップ

...

閉じるボタンの背景色と文字色を変更したい場合

...

コード ブロック
languagecss
#_ChatRoot/* ポップアップ閉じるボタン 色変更 */
._ChatAtchBgChatButton_PopupClose {
 /* スペシャルタグ・アタッチメントの背景色変更 */ background-color: #4d4d4d;
  background-color: #515151#ffffff;
}

panel※背景色…background-color
panelIconId※文字色…coloratlassian-plus

閉じるボタンのサイズを変更したい場合

...

...

ヘッダー戻るボタン

ヘッダー戻るボタンの文字色を変更(ヘッダー戻るボタンはアタッチメント・スペシャルタグ表示時のみ)

...

#_ChatHeader_BackIcon { /* ヘッダーの文字色変更 */
コード ブロック
languagecss
コード ブロック
/* ポップアップ閉じるボタン 色変更 */
._ChatButton_PopupClose {
  background-color: #4d4d4d;
  color: #FFFFFF#ffffff;
}

情報メッセージタイプ 

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

...

ECサイト側の要素の裏にチャットボタンが隠れてしまう場合

...

チャットボタンの表示優先順位(z-index)を調整

...

コード ブロック
languagecss
._ChatWindowCard_Link buttondiv#_ChatButton {/* イメージカードリンクボタン調整
*/  backgroundz-index: #094;
 color: #fff;
 border: none;
 width: 100%;
 height: 40px;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 5px solid #00662d;
}

._ChatWindowCard_Link button:hover {/* イメージカードリンクボタンマウスオーバー時 */
 background: #00a349;
 color: #fff;
 border: none;
}

※width、heightやbackground、colorの値は、ご希望の値に適宜ご変更ください。

情報

レスポンシブ対応

PCとスマートフォンでCSSを変えたい場合は、メディアクエリを利用してスマートフォン側のCSSをご指定ください。

コード ブロック
languagecss
@media screen and (max-width:896px) {
  /* ここに適用したいCSSを記載( 画面サイズ等)*/
}

※この場合は、アクセスしたデバイスの横幅が896px以下の場合にのみCSSが適用されます。
※記述例)

コード ブロック
languagecss
@media screen and (max-width:896px) {
  div#button_3>div>div>button>span>svg>path {
    /* 画像+テキスト <ボタン → ×ボタン */
    d: path("M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z");
  }
  div#button_3>div>div>button>span>svg>path {
    /* 画像+テキスト <ボタン → ×ボタン */
    d: path("M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z");
  }
  div#button_3>div:nth-child(1) p {
    /* 画像+テキストフォントサイズ調整 */
    font-size: 10px;
  }
  div#button_3>div>div>button>span>svg {
    /* 閉じるボタンフォントサイズ変更 */
    font-size: 12px;
  }
  div#button_3 {
    /* 画像+テキスト 表示位置左→右変更 */
    width: 120px;
    height: 120px;
    left: unset;
    right: 30px;
    bottom: 80px;
    z-index: 100;
  }
}100;
}

※サンプルコード内の「#_ChatButton」は、通常ボタンのIDとなります。
チャットボタン設定で設定したボタンの場合は、ボタン要素IDで設定したIDに変更ください。

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

ECサイト側のページトップへ戻るボタンとチャットボタンの表示位置が被る場合

チャットボタンの表示位置を調整

...

コード ブロック
languagecss
div#_ChatButton {
  bottom: 80px;
  right: 30px;
}

※サンプルコード内の「#_ChatButton」は、通常ボタンのIDとなります。
チャットボタン設定で設定したボタンの場合は、ボタン要素IDで設定したIDに変更ください。
※bottomやrightの値は、ECサイト側のページトップへ戻るボタンの位置に合わせて適宜ご変更ください。

情報

チャットウィンドウ内

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

メッセージ入力欄

BOTモードのみメッセージ入力欄を非表示

...

コード ブロック
languagecss
/* BOTモードのみメッセージ入力欄非表示 */
._ChatWindowMode_BOT #_ChatWindowUserInputRoot {
 display: none; 
}

情報

スペシャルタグ・アタッチメント

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

スナックバー

スペシャルタグ・アタッチメントのスナックバーの文字色と背景色を変更

...

コード ブロック
languagecss
._ChatWindowABar_Root > ._ChatWindowABar_Content { /* スナックバーの背景色と文字色変更 */
  background-color: rgba(125,125,125,0.8);
  color: #eae8e1;
}

._ChatWindowABar_Content > div:nth-child(2) > button { /* スナックバーの閉じるボタンの文字色変更 */
  color: #eae8e1;
}

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

アイテム一覧

スペシャルタグ・アタッチメントの背景色を変更

...

コード ブロック
languagecss
#_ChatRoot ._ChatAtchBg { /* スペシャルタグ・アタッチメントの背景色変更 */
  background-color: #515151;
}

スペシャルタグ・アタッチメントのソート欄を非表示

...

コード ブロック
languagecss
#_ChatWindow > div > div._ChatAtchBg > div > div:nth-child(2) > div:nth-child(2) {
/* スペシャルタグ・アタッチメントのソート欄を非表示 */
display:none;
 }

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

ヘッダー戻るボタン

ヘッダー戻るボタンの文字色を変更(ヘッダー戻るボタンはアタッチメント・スペシャルタグ表示時のみ)

...

コード ブロック
languagecss
#_ChatHeader_BackIcon { /* ヘッダーの文字色変更 */
  color: #FFFFFF;
}

情報

メッセージタイプ

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

イメージカード

リンクボタンを立体的なボタンに変更

...

コード ブロック
languagecss
._ChatWindowCard_Link button {/* イメージカードリンクボタン調整 */
 background: #094;
 color: #fff;
 border: none;
 width: 100%;
 height: 40px;
 font-size: 12px;
 font-weight: bold;
 border-bottom: 5px solid #00662d;
}

._ChatWindowCard_Link button:hover {/* イメージカードリンクボタンマウスオーバー時 */
 background: #00a349;
 color: #fff;
 border: none;
}

※width、heightやbackground、colorの値は、ご希望の値に適宜ご変更ください。


情報

レスポンシブ対応

PCとスマートフォンでCSSを変えたい場合は、メディアクエリを利用してスマートフォン側のCSSをご指定ください。

コード ブロック
languagecss
@media screen and (max-width:896px) {
  /* ここに適用したいCSSを記載( 画面サイズ等)*/
}

※この場合は、アクセスしたデバイスの横幅が896px以下の場合にのみCSSが適用されます。
※記述例)

コード ブロック
languagecss
@media screen and (max-width:896px) {
  div#button_3>div>div>button>span>svg>path {
    /* 画像+テキスト <ボタン → ×ボタン */
    d: path("M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z");
  }
  div#button_3>div>div>button>span>svg>path {
    /* 画像+テキスト <ボタン → ×ボタン */
    d: path("M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z");
  }
  div#button_3>div:nth-child(1) p {
    /* 画像+テキストフォントサイズ調整 */
    font-size: 10px;
  }
  div#button_3>div>div>button>span>svg {
    /* 閉じるボタンフォントサイズ変更 */
    font-size: 12px;
  }
  div#button_3 {
    /* 画像+テキスト 表示位置左→右変更 */
    width: 120px;
    height: 120px;
    left: unset;
    right: 30px;
    bottom: 80px;
    z-index: 100;
  }
}


パネル
panelIconIdatlassian-light_bulb_on
panelIcon:light_bulb_on:
panelIconText:light_bulb_on:
bgColor#DEEBFF

その他

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

ボタン設定毎に別のCSSを適用させたい

ボタン設定のボタン要素IDを設定している場合、
該当のチャットボタンをクリック後、チャットウィンドウの要素(#_ChatWindow)のclass属性に _ChatButtonID_{ボタン要素ID} が付与されます。

付与された._ChatButtonID_{ボタン要素ID} を指定することで、ボタン設定毎に別のCSSを適用させることが可能です。

...

⚠️ ボタン要素IDを設定していない場合、該当のチャットボタンがクリック後、チャットウィンドウの要素(#_ChatWindow)のclass属性に _ChatButtonID_{ボタン要素ID} が付与されません。
ボタン設定毎に別のCSSを適用させたい場合は、必ずボタン要素IDを設定ください。

使用例)ボタン設定4(ボタン要素ID:button4)のみメッセージ入力欄を非表示にしたい

...

コード ブロック
languagecss
._ChatButtonID_button4 #_ChatWindowUserInputRoot {
  display: none;
}

※サンプルコード内の「button4」の部分には、ボタン要素IDで設定したIDに変更ください。