Custom css for custom footer text in 2015 theme?
-
It is on a premium plan so kindly telling me the custom css to add for adding a custom footer text in the 2015 theme. Thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You can add custom CSS to your WordPress.com blog using the CSS Editor in My Sites → Customize → CSS in your blog dashboard.
You can add some text using the ‘after’ pseudoclass
.site-info:after { content: "© Copyright Text."; font-size: 0.8em; }Adding footer credits:
Adding Custom CSS:
https://en.support.wordpress.com/custom-css/
- The topic ‘Custom css for custom footer text in 2015 theme?’ is closed to new replies.