OB-Xd Single Patches
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a48f5d3ca73b9b61f3e/1673967461043/Wave+EP+Audio+Sample.mp3/original/Wave+EP+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a48f5d3ca73b9b61f43" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717785178166_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f3636a79ac7">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a41b2c80f0f089c2eb0/1673967449493/Vintage+String+Pad+Audio+Sample.mp3/original/Vintage+String+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a41b2c80f0f089c2eb5" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717785142790_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f607d049b44">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a39b2c80f0f089c2d2f/1673967438594/Uptown+Horns+Audio+Sample.mp3/original/Uptown+Horns+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a39b2c80f0f089c2d34" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717785098852_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/fe155e54ea1">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a32dcef22195a4c5617/1673967428001/Synth+Brass+Audio+Sample.mp3/original/Synth+Brass+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a32dcef22195a4c561c" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717785063289_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f2e24d3bee5">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a2b81c2a819c6faa951/1673967417775/Sync+EP+Audio+Sample.mp3/original/Sync+EP+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a2b81c2a819c6faa957" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717784702148_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f425f0e0333">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a23f491ee4b538ec0f7/1673967405870/Sweet+Pluck+Audio+Sample.mp3/original/Sweet+Pluck+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a23f491ee4b538ec0fc" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717784656999_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f1b535d91ca">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a1a6311c4089653e238/1673967393209/Spacey+Pluck+Audio+Sample.mp3/original/Spacey+Pluck+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a1a6311c4089653e23d" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717784621269_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/fb47ff95746">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a141da3e610f4b559c4/1673967381128/Shim+Pad+Audio+Sample.mp3/original/Shim+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a141da3e610f4b559c9" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717784583156_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f58ef36ffd8">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a0bed4447282d952f62/1673967370986/Retro+Brass+Pad+Audio+Sample.mp3/original/Retro+Brass+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a0bed4447282d952f67" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717784547138_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f3446e9e8dd">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f39a7a300ee1242b085aa/1673967360151/Reflective+Pad+Audio+Sample.mp3/original/Reflective+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f39a7a300ee1242b085af" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717784495530_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f6681d51e7d">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f399d67d01d4ffb0d49c0/1673967346945/Presence+Pad+Audio+Sample.mp3/original/Presence+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f399d67d01d4ffb0d49c5" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717784426123_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f50970da482">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3994615ac146b87d60eb/1673967335475/Poly+Pluck+Audio+Sample.mp3/original/Poly+Pluck+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3994615ac146b87d60f2" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776459309_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f50c366f1d8">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f398565829260a9e7726e/1673967325953/Misty+Pluck+Audio+Sample.mp3/original/Misty+Pluck+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f398565829260a9e77273" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776414726_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/ff4ffd53b94">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f397af5d3ca73b9b5d66a/1673967315737/Hall+Pad+Audio+Sample.mp3/original/Hall+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f397af5d3ca73b9b5d66f" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776376343_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f98c638a97d">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3970b2c80f0f089bd7d7/1673967304626/Grimy+Bass+Audio+Sample.mp3/original/Grimy+Bass+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3970b2c80f0f089bd7dc" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776345039_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f240dc04196">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f396727a3d263cca604e3/1673967293631/Gold+Pad+Audio+Sample.mp3/original/Gold+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f396727a3d263cca604e8" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776308417_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/faa6933bf5e">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f39498a3f8d3d302acdc6/1673967283828/Glitter+Pad+Audio+Sample.mp3/original/Glitter+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f39498a3f8d3d302acdcb" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776277781_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f31e2df1492">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f393e84cc3b14eb8259f4/1673967273965/French+Horn+Pad+Audio+Sample.mp3/original/French+Horn+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f393e84cc3b14eb8259f9" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776169911_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f3bd189495c">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3933ec8e505c6155042e/1673967261583/Floor+Bass+Audio+Sample.mp3/original/Floor+Bass+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3933ec8e505c61550433" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776138379_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/ff369c254a3">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f392ace87d332bbd0fe52/1673967247470/Filtered+Lead+Audio+Sample.mp3/original/Filtered+Lead+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f392ace87d332bbd0fe57" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776101419_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/fa120740a17">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3922a300ee1242b05bb8/1673967230559/Brassy+Pad+Audio+Sample.mp3/original/Brassy+Pad+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3922a300ee1242b05bbd" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717776002526_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f265576f55e">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3919fb8d5d537d82b95c/1673967220140/Battle+Pluck+Audio+Sample.mp3/original/Battle+Pluck+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3919fb8d5d537d82b961" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717775909219_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/f6527cfffb9">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3910b9fbc52d2a82c2ae/1673967209174/80s+String+Lead+Audio+Sample.mp3/original/80s+String+Lead+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3910b9fbc52d2a82c2b3" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717775614752_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/fe2b56301a7">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; border-radius: 9px !important; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f39088c25a1557c1e898f/1673967181170/80s+Classic+Lead+Audio+Sample.mp3/original/80s+Classic+Lead+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f39088c25a1557c1e8995" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717775404770_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/fa4c77f606d">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>
Requires OB-Xd 3.4+
<!DOCTYPE html> <html> <head> <style> /* Set the background color to #f2f2f2 */ audio { background-color: #f2f2f2; border-radius: 9px; width: 100%; padding: 10px; margin: 0 0 5px; /* Reduced margin */ } .button-container { display: flex; justify-content: space-between; align-items: center; margin-top: 5px; /* Reduced margin */ margin-bottom: 10px; } /* Custom styling for the "Add to Cart" button */ .sqs-add-to-cart-button, .custom-button { background-color: transparent; width: calc(50% - 5px) !important; /* Make the button fill 50% of the width */ padding: 10px !important; /* Add padding to the button */ margin: 0 !important; /* Remove default margin */ font-size: 14px !important; /* Set button text size to 14px */ text-align: center; /* Align button text to the center */ display: flex; align-items: center; justify-content: center; position: relative; height: calc(100% - 20px); /* Match height with custom button */ border-radius: 15px; /* Apply border radius */ } .sqs-add-to-cart-button-inner, .custom-button { width: 100% !important; white-space: nowrap !important; /* Prevent the text from wrapping */ } .sqs-add-to-cart-button { margin-right: 5px !important; margin-top: -17px !important; } /* New button with background color #f2f2f2 */ .custom-button { background-color: #f2f2f2; /* Set background color */ width: calc(50% - 5px) !important; height: calc(100% - 22px); /* Make the button height the same as audio player */ margin-top: -17px !important; font-size: 14px !important; border-radius: 9px !important; } </style> </head> <body> <audio controls controlsList="nodownload noplaybackrate" preload="none"> <source src="https://static1.squarespace.com/static/5e4b41568ae6b644169bed5a/t/665f3a51db70c428d4d1191f/1673967479591/XD+EP+Audio+Sample.mp3/original/XD+EP+Audio+Sample.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio> <div class="button-container"> <div class="sqs-add-to-cart-button sqs-suppress-edit-mode sqs-button-element--primary" role="button" tabindex="0" data-dynamic-strings="" data-collection-id="665df730c2ef921f56e98762" data-item-id="665f3a51db70c428d4d11927" data-product-type="2" data-use-custom-label="false" data-original-label="Add To Cart" id="yui_3_17_2_1_1717785386818_693"> <div class="sqs-add-to-cart-button-inner">Add To Cart</div> </div> <a class="custom-button" href="https://worshipstart.memberspace.com/content/fa697231243">Download</a> <!-- Replace YOUR_URL_HERE with the actual URL --> </div> <div class="audio-title"></div> <!-- Title displayed on the player interface --> </body> </html>