Currently, I am using an ajax call to retrieve the color scheme of my website from the database due to having multiple clients with different schemes. My goal is to ensure that the page only loads after the ajax call has completed. Despite an expected delay of 1-2 seconds, this approach helps to seamlessly change the text and background colors without revealing the process.
Your support is appreciated!