This topic has 2 replies, 2 voices, and was last updated 9 years, 6 months ago ago by Robert Hall
Hi,
Simple question.
How Can I add my own background image at the header of WooPress theme.
Regards
Hello,
You need upload image (for example, image.png) to wp-content/themes/woopress/images folder and add following code in custom.css file
.header{
background-image: url(images/image.png);
height: auto;
width: 100%;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up