How do I remove the text to the left? "© 2023 ONECAP©."

Screenshot_21.png

https://6jqq5sevsuun30x8-65734639831.shopifypreview.com

Hi @OneCap

This is David at SalesHunterThemes.

Thank you for your question.
Follow this path:

Themes => edit code => asset => style.css

and add this code to bottom of the file style.css

.copyright .copy {
display: none;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

David | SalesHunterThemes team

Hi @OneCap

You can remove this text by adding this CSS code