Add a picture URL to footer
-
Hello there,
I have two questions! I’ve been learning a lot on CSS since I just started yesterday but ran into some issues:
First I wanted to add an image to my footer on my webpage. However I don’t understand how to find the URL for the image. The goal is to add dog and cat prints which I have a .gif file for over the blue footer.
Second, my question is how can I make it say:
Line one: Welcome To
Line two: Ellenton Animal Hospital
on the home page.The blog I need help with is: (visible only to logged in users)
-
Let’s start with the second one. Add the following CSS. I’ve used the same size and such as the existing site title.
.site-title:before { content: "Welcome To; display: block; font-size: 40px; font-weight: bold; margin-bottom: 15px; }For #1, upload the image to your media library (Media > Add New). After it uploads, click on the “edit” link and in the right side in a grey field will be the URL. I just triple click and then copy it out.
- The topic ‘Add a picture URL to footer’ is closed to new replies.