Shop Categories

X

Reply To: Header

Home Forums Agama Pro Header Reply To: Header

#26960
Zex
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