This topic has 3 replies, 2 voices, and was last updated 10 years, 7 months ago ago by Eva Kemp
Hi, can you tell me css to add an image to background of header 7?
PS, your support really rocks!
.
Hello,
Thank you.
You can use the following code in custom.css to add a background image:
div.header-wrapper.header-type-7 {
background-image: url(http://full_path_to_your_image);
background-repeat: no-repeat;
}
Regards,
Eva Kemp.
The issue related to '‘Header Image Background’' has been successfully resolved, and the topic is now closed for further responses