Hi @budryslp
Are you referring the preloader? That is the icon it will load before the site load.
Thank you
Can you add as option to change the color of the preloader please?
OK. Is that preloader good? Because I noticed that it is running on every my page even when I move from one to another.
Hello,
There is no such option to change the color. If you want to change the color, please add the below CSS codes on Appearance > Customize > Additional CSS,
#loader:after {
border-left-color: blue;
}
Change the color name with preferred name or color code.
If you want to remove that preloader, you can disable this from Appearance > Customize > Theme Options > Preloader Option.
Thank you