Add link to unattached images?
-
I’ve added 4 images inside a theme’s CSS. They are unattached to any page or post. These images are supposed to be for navigation, but I don’t see a method to add a link to each of them?
This is the CSS code:
#secondnav { display: inline-block; height: 200px; background: #eaeaea; width: 1060px; padding: 0; margin: 0; background-image: url(https://lusterlandsfarm.com/wp-content/uploads/2013/12/button-1b-265x2001.jpg), url(https://lusterlandsfarm.com/wp-content/uploads/2013/12/button-2b-265x200.jpg), url(https://lusterlandsfarm.com/wp-content/uploads/2013/12/button-3-265x200.jpg), url(https://lusterlandsfarm.com/wp-content/uploads/2013/12/button-4-265x2001.jpg); /* Note trailing 1 in some image names. WP modified it. */ background-position: 0px 0px, 265px 0px, 530px 0px, 795px 0px; background-repeat: no-repeat; }
The images are the 4 horizontal images at:
Luster Land Farm siteThanks in advance…
_jim coe
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Add link to unattached images?’ is closed to new replies.