How do I add a copyright message to the bottom of my static page
Thank you
Walt
The blog I need help with is dreamworkswoodshop.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
How do I add a copyright message to the bottom of my static page
Thank you
Walt
The blog I need help with is dreamworkswoodshop.com.
You can add text to an element with the content rule.
#footer:after {
content: " Example sentence.";
}
This topic has been closed to new replies.