Custom Footer Help
-
I’m new to WordPress, and I’m not very experienced with coding, so I was hoping someone could help me with a custom footer for my site. I’m using the Intergalatic theme. At the very least, I’d like to add some copyright text to the bottom of the page, but if there’s also a way to delete all other text (the information about the theme and WordPress) that would be ideal.
The blog I need help with is: (visible only to logged in users)
-
Welcome!
We ask that you please keep the existing footer credits visible and readable, but I can help you add on text to them using custom CSS.
Here is an example I made for for you that will work for the Intergalactic theme:
.site-info:before { content: "Add your text here."; display: block; }You have posted in a WordPress.com forum. For future questions, can you please always include a link to your WordPress.com blog?
If you are using WordPress.org instead of WordPress.com, then you should ask at http://wordpress.org/support/ because WordPress.com and WordPress.org support is done in different places. Note that you can remove footer credits on WordPress.org if you’d like because you get full control of the code with a setup like that. See http://en.support.wordpress.com/com-vs-org/
- The topic ‘Custom Footer Help’ is closed to new replies.