Now I have a problem modifying a header on my webshop page. http://gofile.me/6E9Pq/vP6uzQo9I
On some pages I put a different header image.
On some pages I put a different header image on the webshop page but it is not visible after adjusting.
how do i solve this?
vr.greetings,
Jan Veekens
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.
Hello,
It works, just a little thing.
when scrolling the page you get between the green part header and photo header a white space to see. that was not at first.
do you have a solution for that?
hello,
Jan