Viewing 1 replies (of 1 total)
  • Try more specific CSS to remove the price e.g.

    p.product span.amount {
    display:none;
    }

    or

    single span.amount {
    display:none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Add To Cart Shortcode’ is closed to new replies.