joaquinr
asked 10 years ago

Hi, i have my logo but i want another backround image. Not just white.
Is that posible?
Thanx

1 Answers
DominicStaff
answered 10 years ago

Hello Joaquin ! 
To add a background image in header of the DW Focus, you can add the following code to the style.css file:

 .site-header #header {
    background: url('FILE URL');
height: 80px;
}

Notice: Please add the image to the Media then copy the FILE URL and paste in the line code:  background: url(‘FILE URL‘);
Hope this helps !

Joaquin Rearte
replied 10 years ago

Thx!

Powered by DW Question & Answer Pro