Looking for a specific demo page in Stratus? Check out the Visual Library

Okay
  Print

How to Change or Remove the Credit in the Footer

To remove the text you can just add this code into your Custom CSS box in the Theme Options area:

#footer .credit {display:none}

If you'd like to change the text instead, you just have to open up footer.php in the theme folder (or add it to the child theme folder if you're using one) and you can edit the credit text there.