Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Vinod Dalvi

    (@vinod-dalvi)

    Hi @bjornenblog,

    I hope you are well today and thank you for your question.

    You can change the footer text by adding text in the “Copyright text in footer” option of theme on the path Admin Area -> Appearance -> Customize -> Ruby Options -> Footer

    To remove WordPress links, you have to create child theme of Ruby theme and add footer.php file from ruby theme in to it then delete the function call ruby_footer_info() written on line number 59 in the copied footer.php file.

    Best regards,

    Thread Starter lol lolling

    (@bjornenblog)

    Can you please copy/paste exactly what text to delete?
    I tried deleting and the theme broke.

    Thanks!

    Theme Author Vinod Dalvi

    (@vinod-dalvi)

    Sure here is the exact code.

    <?php ruby_footer_info(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to change footer text’ is closed to new replies.