Figured it out with CSS…
Hope this helps anyone using Mystique theme requiring an easy fix to have different header images on certain pages..
Go to.. Appearance – Mystique Settings – CSS.
Enter The Following:
.page-id-1471 #header {
background: url(https://www.ENTER YOUR IMAGE URL HERE.jpg) no-repeat scroll center center transparent;
}
Please note.. 1471 is my page ID – Insert the page ID of YOUR page you would like a different image.