Hi @johnsera2016,
Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:
.credits .sep, .credits .theme-by { display: none; }
Let me know if that does it.
— Anders
Hello Anders, thank you very much, it works! I still have the “powered by wordpress” though, how can I remove that as well?
@johnsera2016 Change the CSS to just .credits { display: none; }, and the whole black bar will be hidden.
Thank you Anders! Any chance I can retain the black bar and just change “powered by wordpress” to another text, such as “nameofmyswebsite copyright 2020”?
thank you again for you help
@johnsera2016 No problem! For that, you’ll have to create a child theme, copy-paste the footer.php file from Lovecraft to it, and change the text string there.
Thank you Anders. On the line:
<p class=”powered-by”><?php _e( ‘Powered by’, ‘lovecraft’ ); ?> WordPress <span class=”sep”>&</span> <span class=”theme-by”><?php _e( ‘Theme by’, ‘lovecraft’ ) ?> Anders Norén</span></p>
What should I change to just have “copyright 2020”?
Nevermind, solved it! 🙂 Thanks a lot