Hi Sherree,
You can replace the text in you footer by adding the following custom CSS to your plugin’s editor:
.site-info {
visibility: hidden;
}
.site-info:before {
visibility: visible;
display: block;
content: "Tala Consulting Group Copyright 2016 All Rights Reserved.";
}
In case you’d like to remove the existing footer text completely (rather than hiding it from view via CSS) then you would need to create a child theme and edit the theme’s footer.php file.
Let me know how you get on or if you have any extra questions.
Hi Siobhan,
Perfect! This is exactly what I wanted.
Thank you!
Sherree
(I tried to edit the footer.php file but made a mess. I’m not sure what I did, but at least I was able to put it back).
I’m glad to hear that worked out for you, Sherree! You know where to find us if extra questions come up, too.