Footer credit
- The topic ‘Footer credit’ is closed to new replies.
Need help? Check out our Support site, then
I want to make my own footer credit instead of the wordpress one – how do I change that?
The blog I need help with is: (visible only to logged in users)
Hi – there’s info on how to change the footer credits here:
Footer Credit Options
Thanks – but I need the CSS code to change it to my own text…
You can add your own text with something like this:
section.footer-wrap:after {
content: 'my credits here';
}
However it’s only possible to add text. You can’t add links or images, or anything else like that.
Thanks – Ben
Perfect thanks!