Hi,
i use the shop image banner on category pages. Is it possible to show a normal image instead of an background-image?
<div class="av-parallax-inner av-parallax-woo" style="background-image: url(https://anettbuddrus.net/wp/wp-content/uploads/2019/05/header_test-1500x632.jpg); main_color background-attachment: scroll; background-position: 50% 50%; background-repeat: no-repeat;"></div>
but i want to use an image instead of an background image –> for example
<img class="av-parallax-inner av-parallax-woo" scr="imagelink"></img>
I hope there is a solution
Thanks
Chris
Hey Chris_85,
Thank you for using Enfold.
You can use the “woocommerce_before_shop_loop” hook to insert additional content above the product grid. An example can be found in the following link.
// http://hookr.io/actions/woocommerce_before_shop_loop/
Best regards,
Ismael