Premium WordPress Themes › Forums › Digrand – Portfolio And Blog Theme › Digrand Theme – Change the Header widget for an image › Reply To: Digrand Theme – Change the Header widget for an image
August 22, 2019 at 3:07 pm
#981

OwlThemes
Keymaster
Unfortunately, there is no way to use image through theme settings. But you can add an image by the code. If you use child theme then copy header.php from the parent theme into the child theme. And after the line #203, you can add an image tag. See the screenshot for a reference.
Best wishes.
<img src="PASTE_YOUR_IMAGE_URL_HERE" alt="">