Hi TheCrack. One way would be to create a new sidebar, drop a text widget in it, then add a dynamic sidebar in header.php in your child theme.
sorry, I meant footer, want to add licensing, cookies policy…
Three are 4 built-in footer widgets. If you activate them you’ll see a corresponding sidebar in Widgets.
Is not where I want to add just the text, I add below where it says all rights reserved …
You could do something like this in Theme Options > Footer > Footer Copyright:
All rights reserved.<span class="my-footer-info">Here is some other info in the footer</span>
Then style the other info using the class. Or, you could drop a dynamic sidebar in footer.php between the “copyright” and “credit” code blocks.