Hi everyone,
We have done the rebranding on the new developer portal using CSS.
Now, When I refresh or reload the page, for a fraction of seconds, the old header and footer colors(black) are visible before the customized page is displayed.
After a bit of debugging, I found out that first the base.css loads and then custom.css.
Is it possible to change the execution sequence for these .css?(I want to execute custom.css along with base.css in header) or is there any other way to solve this?
Thanks in advance!!