Posted April 28Apr 28 On mobile, guests do not see the register or login button to downloadBut it appears on the desktop as shown@Ehren Can it be displayed on mobile via custom CSS?Thanks
April 29Apr 29 This CSS will show the message on all devices. In the next update, the message will be a button which toggles the Sign In modal./* Display the "Create an account to download file" message */ [data-ips-hook="downloadButtonList"]{ display: flex !important; } [data-ips-hook="downloadButtonList"] .ipsResponsive_hidePhone{ display: block !important; }You can safely delete that code after upgrading.