Legal Line
- The topic ‘Legal Line’ is closed to new replies.
Need help? Check out our Support site, then
Hi there,
I want to add a simple legal line at the bottom of my page. Can you let me know if that’s possible? Thanks!
The blog I need help with is: (visible only to logged in users)
Hi there. Thanks for the message. Do you still need help with this? It looks like you’re not using Exhibit currently.
Thanks – Ben
Sorry I meant this site anothonyjanemarketing.com. It’s not live yet. I think I need to do it via CSS but I don’t know how to code!
https://anthonyjanemarketing.com …sorry for the previous typo!
No problem! :)
You can add a message with the following css:
section.footer-wrap:after {
content: 'This is a custom message';
margin: 0 10px;
}
You can tweak the ‘This is a custom message’ bit to whatever you need.
Note that you can only add text here, you can’t add images, or links or anything like that.
Thanks – Ben.