How can I remove the copyright text from a webpage?

Hi Guys!

We’re having some problems with one of our shops here: https://statsplus99.com/pages/faq

You can see the copyright text above the faq questions.

We tried to remove it with css but that doesn’t work, any idea how to get rid of this?

Thank you in advance

Hi @nekosan01 ,

You have written css for hiding the copy write text. But you need to remove the inline css from the code . check this screenshot.

Open the page of FAQ through admin panel. then search this css and remove it

@nekosan01 - please add this css to the very end of theme.css file and check, should look like screenshot

#ddshopfaq-wrapper .copyright {
display: none !important;    visibility: hidden;    opacity: 0;}