Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13572

paulwpxp on "[Theme: Picoclean] How to edit the footer?"

$
0
0

Or install a Custom CSS plugin
http://wordpress.org/plugins/search.php?q=custom+css

and use this in it

#footer .left, #footer .right { display: none; }
#footer:before, #footer:after { display: inline-block; margin: 10px; }
#footer:before { content: "Hello"; }
#footer:after { content: "World"; float:right; }

This CSS way is not as good as real content by overwriting footer template, but it also get the job done.


Viewing all articles
Browse latest Browse all 13572

Trending Articles