CSS how to rename single add to cart button

Hello,

please help me. I can’t change text at single add to cart button. I need to change it only at one website. I’ve tried everything. I want to change it at CSS.

Thank you for your help.

Hello @donmichau,

Thanks for asking. :slight_smile:

You can add following JS code under X > Theme Options > JS:

jQuery ( function( $ ) { 
  $('.post-37.product .add_to_cart_button').text("Mods"); 
} );

Please replace 37 with product ID. You can take a look at following article to update product ID.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.