Design advice, website

Im making a website for a client, and they want me to add an image to the front page where the title is
here is the pen

I dont know how to incorporate the image to the title.

Any advice?

You could put it in the css #firstRow as a background-image and use background-size to make it cover the headert. But I think you should get rid of the text in the image and perhaps need to do some tweeking/cutting to make the image and the header text work well together.

1 Like

Put this code in #firstrow in css
background: url(http://www.equipped4more.com/wp-content/forum/uploads/2016/03/cropped-Slide1-3.jpg) no-repeat center center;
Ofcourse you can change the url :smiley:

1 Like

thanks guys you’re awesome!

1 Like