This topic has 2 replies, 2 voices, and was last updated 10 years, 4 months ago ago by Robert Hall
Hello,
I would like to put a background image in the main header behind the logo and the nag.
Is this possible? Also how can I change the color.
Thanks.
Ali
Hello,
Yes, it’s possible. You can do it in custom.css file and before you must upload an image to website via FTP. After that add this code.
.header-type-4 .main-nav {
background-image: (the path to your image here);
}
for exapmle
background-image: url(http://www.boleez.com/wp-content/uploads/2014/05/slider_2.jpg)
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
You can change some color in Themes Option -> Color Scheme.
Regards,
Robert Hall.
You must be logged in to reply to this topic.Log in/Sign up