/ Published in: CSS
Place image in custom/images folder; add this code to custom.css. Delete .custom from selector if you think you have to. Also, you may have to resize the image a bit, though perhaos not.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.custom #header { background-image: url("images/header_new.jpg"); background-repeat: no-repeat; background-size: 83.4em 20.2em; border-bottom: medium none; height: 20.2em; padding: 0; }