Set Up Recurring Payments in a Squarespace Store

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ย. 2024
  • Set up recurring payments in your Squarespace store + use this CSS hack to alter ‘subscribe’ text.
    Original post:
    ajmexperience....
    For more CSS code to enhance your website designs, check out the rest of the learn series:
    ajmexperience....
    Get our free CSS Selector Cheat Sheet:
    www.ajmexperie...
    Get our full CSS Library:
    www.ajmexperie...
    ------
    HERE'S THE CSS:
    // hide subscribe text //
    .subs-and-otp-label:nth-child(1) {
    visibility: hidden; }
    // add different text //
    .subs-and-otp-label:nth-child(1):before {
    visibility: visible;
    content: "Auto Renew";
    text-transform: none; }
    Want to change the ‘one time purchase’ text?
    Simply change the nth-child to 2 instead of 1 (no idea why these are backwards), so it’ll look like this:
    // hide one time purchase text //
    .subs-and-otp-label:nth-child(2) {
    visibility: hidden; }
    // add different text //
    .subs-and-otp-label:nth-child(2):before {
    visibility: visible;
    content: "Auto Renew";
    text-transform: none; }
    ------
    Sync product image with variant
    transactions.s...
    Show inventory number
    transactions.s...
    Product image rollover
    transactions.s...
    Add accordion to product description
    www.ghostplugi...
    Sale tag announcement bar
    www.ghostplugi...
    ------
    AJM EXPERIENCE
    🖥 A marketplace for graphic designers, Squarespace lovers, & CSS nerds: www.ajmexperie...
    ☕️ Buy me a coffee: www.buymeacoff...
    Thanks for watching and hope you learned something. My name is Amanda Jones McNay and I am a Squarespace web designer and CSS nerd. I have designed well over 100 different Squarespace sites for clients and have used custom CSS code in every one of them. My site is dedicated to helping all CSS designers to perfect their craft and create cool sh!t.
    ------
    This article contains affiliate links. Whenever you buy something through one of these, I get a small commission, without any extra cost to you :)

ความคิดเห็น •