Reply To: Header
June 8, 2020 at 4:47 pm
#26960
Moderator
Hello, Jan!
Unfortunately, this option doesn’t work on the Woocommerce templates(only on the ordinary pages).
If you want to try, you can change the background image, using the custom CSS code:
.post-type-archive-product .wp-custom-header img{
content: url(https://wallpaperset.com/w/full/0/2/1/488597.jpg)!important;/*insert here addresss to your BG image*/
}
Change the URL of the image to your background image.
Regards