Plugin for legal disclaimer

  • Unknown's avatar

    Would like to have a plugin for adding a legal disclaimer in the footer

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    As a workaround you could either add a text widget with your disclaimer copy to the footer section of your site or, if you have a paid plan, use CSS to add some text to your existing footer.

    If you do have a paid plan (or just want to try it out) then you can go to the CSS section of the site customiser and add the following code:

    #colophon .site-info::after {
      content: "© 2016 Mr Miyagi & Daniel LaRusso";
      text-transform: capitalize;
    }

    Feel free to change the text to whatever you like. It does have to be text only, no links I’m afraid. Let me know if you have any further questions.

  • The topic ‘Plugin for legal disclaimer’ is closed to new replies.