Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1103722

    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

    • This topic was modified 5 years, 6 months ago by Chris_85.
    #1105043

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.