Im having trouble with this too – I have the following code in my CSS Editor:
/*
*/
.site-info {
visibility: hidden;
}
.site-info:before {
visibility: visible;
content: “? Copyright 2016 Sassy Creative Design”;
display: block;
}
but nothing is there…
Please help?