Adding div with bg image to header.php
-
Hello,
I want to add a facebook icon to my header.php file. There is a logo div that spans the top, but its skinny and I want the facebook icon to appear on the right side of the header div.I added a css style of
.fb-header {
height: 120px;
width: 156px;
background-image:url (wp-content/themes/colorway_child/images/fb_icon.png);
position: absolute;
}and I added <div id=”fb-header”></div> to my header.php file right under
<!–Start Header Grid–>
<div class=”grid_24 header”>but I am still not seeing anything…. can someone help?
Many thanks!
Nik
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘Adding div with bg image to header.php’ is closed to new replies.