Go to Customizing Theme and Add below text in Additional CSS
/* Hide default theme footer */
.copyrights {
font-size: 0;
}
/* Add custom copyright to the footer */
.copyrights::after {
content: “Copyright © 2021 sample.com.”;
font-size: 15px;
}
Go to Customizing Theme and Add below text in Additional CSS
/* Hide default theme footer */
.copyrights {
font-size: 0;
}
/* Add custom copyright to the footer */
.copyrights::after {
content: “Copyright © 2021 sample.com.”;
font-size: 15px;
}