Add some text in footer
-
Hi, my name is Jose, I am the webmaster of http://www.elhogardelaslanas.com and would like to add some text to footer.
It is possible in Inuit Types theme? To add text working as text widget would be fabulous.Thanks for your help!
The blog I need help with is: (visible only to logged in users)
-
You can add plain text to the footer string using CSS. Here is an example using the selectors from the Inuit Types theme to start you out:
.footer .fr:after { content: " Place text here."; } -
-
Here is an example of using an image or logo instead. Note that you will need to adjust the size or the alignment according to your logo image size and where you want it to appear.
.footer .fr:after { content: " "; display: block; background: url(http://www.gravatar.com/avatar/9d2920e524be4a78ace721919178fd80?s=48&d=identicon&r=g) no-repeat right top; height: 48px; }
- The topic ‘Add some text in footer’ is closed to new replies.