Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Anders Norén

    (@anlino)

    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

    Thread Starter johnsera2016

    (@johnsera2016)

    Hello Anders, thank you very much, it works! I still have the “powered by wordpress” though, how can I remove that as well?

    Theme Author Anders Norén

    (@anlino)

    @johnsera2016 Change the CSS to just .credits { display: none; }, and the whole black bar will be hidden.

    Thread Starter johnsera2016

    (@johnsera2016)

    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

    Theme Author Anders Norén

    (@anlino)

    @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.

    Thread Starter johnsera2016

    (@johnsera2016)

    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”?

    Thread Starter johnsera2016

    (@johnsera2016)

    Nevermind, solved it! ?? Thanks a lot

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove footer’ is closed to new replies.