以下のCSSを”追加CSS”に記述
このページはこのページの”カスタムCSS”のみに追加CSS を記述。そのためこのページのみトップへ戻るボタンのカラーが緑色
.page_top_btn {
position: fixed;
right: 2%;
bottom: 3%;
z-index: 99999;
width: 50px;
height: 48px;
color: transparent;
border: none;
background: #306f6b;
box-shadow: 0 0 0 1px rgba(255,255,255,.8), 0 0 0 2px rgba(0,0,0,.8);
background-image: var(--ver_page_top_button_url);
background-size: 50%;
background-repeat: no-repeat;
background-position: center;
opacity: 0;
transition: opacity .3s;
text-decoration: none;
}