
You have been given the responsibility as a Salesforce administrator to customize the loading icon for a Salesforce lightning app.
Yes, you can change the lightning experience loading icon to suit your preferences.
↠ Goto Setup > Search ‘Theme‘ in the quick find box and then click on the Themes and Branding
↠ Click on the New Theme button

↠ Enter theme name and description
↠ Upload brand image ( 600 width X 120 height pixels)
↠ Check the checkbox: Use brand image on Lightning Experience loading page
↠ Choose your brand color
↠ Click on the Save button

The Activate and Preview buttons will turn on once you click the Save button.
↠ Click on the preview button to see the preview of your branding.
↠ When you are satisfied with the way your branding has turned out, click the Activate button to make it live.

- Restriction Rules: Enhancing Data Security and Access Control in SalesforceSalesforce is a powerful customer relationship management (CRM) platform that enables businesses to manage their customer data, sales, and marketing efforts in one place. As a cloud-based platform, Salesforce allows users to access their data from anywhere, at any time. However, there are times when a user needs to restrict access to certain records or […]
- Create Eye-Catching Typing Text Animations in LWCWhen it comes to creating engaging user interfaces, one of the most effective techniques is to create animations and effects that simulate real-world behavior. One such effect is the typing effect, where text appears to be typed out on a screen one character at a time. In this blog post, we will learn how to create a LWC component that displays text-like typing.
- Add Some Fun to Your Salesforce Pages with a Confetti Generator LWCConfetti is a fun and playful way to celebrate special occasions, events, or simply add a touch of excitement to any project. In this blog post, we’ll walk through the process of creating a Confetti Generator component in Salesforce Lightning Web Components (LWC). Introduction Lightning Web Components (LWC) is a new programming model for building […]
- Implementing Field-Level-Security in LWC for lightning-input ComponentsImplementing Field-Level-Security (FLS) in Lightning Web Components (LWC) is an important aspect of building secure and customized applications. FLS is a security feature in Salesforce that allows administrators to control access to fields based on a user’s profile. This helps in preventing unauthorized access to sensitive information and maintaining data privacy.
- Looping in Salesforce Apex: A Comprehensive GuideLoops are a fundamental programming concept that allows you to repeat a block of code multiple times. In Salesforce Apex, loops are used to process large collections of data, automate repetitive tasks, and much more. In this blog post, we’ll cover the different types of loops available in Salesforce Apex, when to use each type, and how to write effective looping structures in Apex.