• Mizuki@technical

    メンバー
    2023年8月30日 16:05

    ご質問ありがとうございます!修正方法確認しております!

  • widgetマスター

    モデレータ
    2023年8月31日 13:25

    お待たせいたしました!!!

    タグ設定のJavaScript headから下記記述を削除してください💫

    ●タグ設定 1820行辺り
    .icon {
      position: relative;
      font-size: 15px;
      font-weight: bold;
      color: #ff6a6a;
      background: #fffff4;
      line-height: 1.4;
      padding: 11px 11px 11px 32px;
      border-top: dotted 1px gray;
      border-bottom: dotted 1px gray;
    }
    
     .icon:before,
     .icon:after {
      content: "";
      position: absolute;
      display: block;
      top: 50%;
      transform: translateY(-50%);
    }
    
     .icon:before {
      position: absolute;
      width: 19px;
      height: 19px;
      border-radius: 50%;
      background: #ff6a6a;
      left: 5px;
    }
    
     .icon:after {
      left: 5px;
      width: 6px;
      height: 6px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg) translateY(-65%);
      }

  • ひじり

    メンバー
    2023年8月31日 14:22

    解決しました!ありがとうございますmm

    • widgetマスター

      モデレータ
      2023年8月31日 14:26

      よかったです!

      いつでもお気軽にご相談ください☺