Hi,
I am trying to change the text ‘buy it now’ on the product page and have read a lot of discussions about the topic. There are no answers for the Dawn theme.
I have been able to add text into the button but not take the ‘buy it now’ text away.
How do I remove the Buy It Now text?
I changed the code below to add my text in the ‘content’ bit:
.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button–unbranded:before,
.shopify-payment-button [role=“button”]:before,
.cart__dynamic-checkout-buttons [role=‘button’]:before {
content: ‘’;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
border-radius: var(–buttons-radius-outset);
box-shadow: var(–shadow-horizontal-offset) var(–shadow-vertical-offset) var(–shadow-blur-radius) rgba(var(–color-shadow), var(–shadow-opacity));
}