Follow the below steps to change the launcher icon via CSS
-
Firstly, you will need to rotate the launcher icon image 90 degrees clockwise. Once this has been done, go to step 2.
-
Open the preview of the file in google drive and make sure that sharing on the image is set to “anyone with the link can view”.
-
While the preview is open, click on the “three dots” in the top right corner and select “Open in New Window”.
-
After doing step 2, the URL of the new window page will be https://drive.google.com/file/d/{FILE ID HERE}/view
-
Grab the “file id” found in the URL and paste it into the below CSS;
.uiq-fa-space-shuttle {
content: url(https://drive.google.com/uc?export=view&id={Image ID});
width: 50px;
} - Once you have copied over the File ID for the image into the CSS as per above, you can then paste the finished CSS into the theme for the launcher (make sure to hit "apply" and then save and exit from the theme).
Comments
0 comments
Please sign in to leave a comment.