Header image instead of solid color

Posted in: Newspaper
Post count: 27

Hello TagDiv, I need to change the header color and put instead a background image. This is NOT a background for the whole site, only for the header section instead of using a solid color.

I want to go from this: http://www.screencast.com/users/svsanchez/folders/Default/media/d4c25a10-ea33-46b4-a1f1-9af2f5d9b9b5

To this: http://www.screencast.com/users/svsanchez/folders/Default/media/3c145220-2a88-4d6e-bf87-5ddb866ac600

How do I do this?

Post count: 23312

Hello svsanchez,

If you want to add to your header logo an image you have to use a bit of CSS to implement this. To achieve as you want, please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-header-sp-logo {
background-image: url('http://wowslider.com/sliders/demo-5/data/images/saarschleife.jpg');
background-repeat: no-repeat;
background-size: 1903px 130px;;
}

The result you should see here -> http://screencast.com/t/3oREeh8QcbR

For more information about background-image property in CSS, please check this link here -> http://www.w3schools.com/cssref/pr_background-image.asp

Thank you for the message!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.