add to footer/header
-
I would like to add some content next to the social links in the header and under or next to the powered by wordpress in the footer. How can I do this? I can’t seem to write text in either of those places.
The blog I need help with is: (visible only to logged in users)
-
Hi there!
It’s a bit limited, but dropping this code in your custom CSS area should do the trick:
/* Header */ #menu-social-links { float: left; } .site-social-menu::after { content: "content here"; color: #FFF; display: block; float: left; margin: 9px 0 0 10px; } /* Footer */ .credits::after { content: "this is a test"; }Let me know if that doesn’t work!
Sage
- The topic ‘add to footer/header’ is closed to new replies.