Home › Forums › Iconic One Pro Support › Add header image › Reply To: Add header image
January 17, 2017 at 7:17 am #4720
Themonic-Support
Keymaster
Yes, only one at a time, another option is given below:
If you want logo along with background then:
Upload logo in customizer and use custom css like this
.site-header {
background-image: url(“http://yoursite.com/wp-content/uploads/imagename.jpg” );
}
this type of background usually works best with pattern type images for eg.
from subtlepatterns.com as it is not responsive.