Add text before footer text
-
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)
-
-
-
-
And then, for de text added after or before footer text, how can I put a link?
Thanks!!!
-
Try this
.credits {
color: #ff00;
}If you want to change color of the link also
.credits, .credits a {
color: #ff00;
}This changes text color to green.
You can find your color per hex color picker.
-
Great! Thanks!!
The last qüestion: for the text added after or before footer text, how can I put a link?
-
-
- The topic ‘Add text before footer text’ is closed to new replies.