Okay
  Public Ticket #2584937
ArrowPress Product Category Background
Closed

Comments

  • giranapoli started the conversation

    Hi,

    I have a little problem. The ArrowPress Product Category is set with the Extra class name "product-cate-h4" and an image is shown in the background, even if it has not been set, and it doesn't let me change it.

    If I remove the extra class name, I can do it but the container moves down and no longer overlaps the Revolution Slider.

    (see attachment)

    How can i change the image backround without moving down the row? and why does the "Extra class name" choose to show it?

    Thanks


  •  608
    WordPress replied

    Hello,

    You can add custom style css

    .product-cate-h4 {
        background: none;
    }


  • giranapoli replied

    Thanks, but the style css  remove the background image. 

    I need to replace the image with another one. How can i change the ArrowPress Product Category image backround?

    Thanks

    .product-cate-h4 {
        background: none;
    }


  •  608
    WordPress replied

    Hello,

    Have I checked and did you solve that problem?