Add text before footer text
- The topic ‘Add text before footer text’ is closed to new replies.
Need help? Check out our Support site, then
Why this command does nothing in the CSS editor with Promenade Theme?
.site-info:before {
content: “This is my footer text”;
}
I paid the Custom Design option to edit CSS and I don’t know what is the problem. Can you help me?
The blog I need help with is: (visible only to logged in users)
Promenade does not have a .site-info selector. Try this:
.site-footer .credits:before {
content: "This is my footer text";
}