①CSSで消す場合
「追加CSS」に張り付ける
footer .copySection p:nth–child(2) {
display:none !important;
}
*version 14.x~
.site–footer–copyright p:nth–child(2) {
display: none;}
①CSSで消す場合
「追加CSS」に張り付ける
footer .copySection p:nth–child(2) {
display:none !important;
}
*version 14.x~
.site–footer–copyright p:nth–child(2) {
display: none;}