Shopify themes, liquid, logos, and UX
I have added a new row in customer order page, as shown in the image, there are two links "Download Printable PDF", and "Download Digital Invitation"
I want the "Download Digital Invitation" to be unwrapped, how to do so?
To make the "Download Digital Invitation" link unwrapped and display on a separate line in the customer order page, you can modify the HTML structure of the row element. Here's how you can achieve this:
<div class="order-row">
<div class="download-links">
<a href="#" class="printable-pdf">Download Printable PDF</a>
<a href="#" class="digital-invitation">Download Digital Invitation</a>
</div>
</div>
<br>
) after the first link. Update the code as follows:
<div class="order-row">
<div class="download-links">
<a href="#" class="printable-pdf">Download Printable PDF</a><br>
<a href="#" class="digital-invitation">Download Digital Invitation</a>
</div>
</div>
Unfortunately, it didn't work.
We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024