look inside button tweaks
This commit is contained in:
parent
84ae2ac3f7
commit
d899a319e6
@ -140,7 +140,14 @@ else
|
||||
document.querySelector(".checkout-donate-header__wrapper").innerHTML = `<img src="https://info.truthforlife.org/hubfs/__Misc/year-end/donation-messge.jpg" style="
|
||||
width: 100%;
|
||||
margin-bottom: 2rem;
|
||||
"><p class="padded_text checkout-donate-header">Your year-end donation will help sustain the global Gospel outreach of Truth For Life. <em>Thank you</em>.</p>`
|
||||
"><p class="padded_text checkout-donate-header">Your year-end donation will help sustain the global Gospel outreach of Truth For Life. <em>Thank you</em>.</p>`;
|
||||
|
||||
const style = document.querySelector(".checkout-product__button.look-inside_launch").style;
|
||||
style.left = 0;
|
||||
style.width = "100%";
|
||||
style.position = "relative";
|
||||
style.transform = "none";
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user