Okay
  Public Ticket #389449
Moving "New" Image Icon Over Product Image (WooCommerce)
Closed

Comments

  • Mike started the conversation

    What would be the easiest way to display the "New" image on a WooCommerce product over the product's image rather than next to the heading?

  •  8,849
    Tahir replied

    Hey,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    ul.products li.product .wc-new-badge {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    Thanks



    ThemeNectar Support Team 

  • Mike replied

    Perfecto! Thank you very much.