PWAs are Advanced Web Versions of a mobile App and are therefore designed and designed for use on mobile devices. However, you can customize the desktop view by adding CSS code in the step"PWA Custom CSS"which you will find within the sectionPWA > Creator of PWAfrom the left side menu of the builder:
1- Styles
Below we offer you the download of the css code of 6 styles to use the one you like best by pasting the corresponding code into the PWA Custom CSS
2- How to change the image of the QR code?
You can change the image of the QR code of the example to your PWA by following these steps:
1- Download the QR of your PWA:
Go to PWA > Creator of PWA, right-click the QR and select the option "Save Image as"
2- Then go to the "Image Url Generator" section (last icon of the builder's left side menu) and upload the image of the downloaded QR in the image upload box to generate
3- Copy the url that has been generated from the image
4- Now go back to the "PWA Custom CSS" section and replace the image url in the code and save the changes:
3- Example of CSS for text changes:
If you wish, you can change the texts (scan title or information text) and place the text you want.
.qr_title {visibility: hidden;position: relative;}.qr_title:after {visibility: visible;position: absolute;top: 0;left: 0;right: 0;content: "Scan QR Code"; /* New text}
.qr_infovisibility: hidden;position: relative;}.qr_info:after {visibility: visible;position: absolute;top: 0;left: 0;content: "** Scan QR & Open a link into Android Chrome / iPhone Safari browser for an app like experience."; /* New text */}