adding image to footer
-
i have wordpress.com and i would like to add an image to my footer that is there at all times. how do i do this? not familiar with CSS but can learn
The blog I need help with is: (visible only to logged in users)
-
Are you talking about the black bar that is stuck to the bottom edge of the browser window?
-
yes – i have an equal housing image i am required to put on our blog and i would like to add it to the footer instead of to the sidebar. thank you
-
Upload the image to your media library, get the URL of that image and then replace the URL OF IMAGE between the double quote marks with the URL of the image. The existing space you have for the image between the text is about 317px x 26px.
.infinite-scroll #infinite-footer .container { background: url("URL OF IMAGE") repeat scroll center center rgba(32, 34, 40, 0.9); border-color: #444855; }
- The topic ‘adding image to footer’ is closed to new replies.