I would like to change the color of the preloader color is there a way to do this?
AM
A.M. Jafari
Original poster
Member
I would like to change the color of the preloader color is there a way to do this?
Hi A.M. Jafari,
Yes, First of all, you need to choose your color in hexadecimal ie hex code. For that, you can refer to the website below
Once you get the hex code, you need to paste it in the 3rd color of the CSS below (highlighted in bold)
#pre-loader {
border-color: #d0d0d0 #d0d0d0 #336EFF #d0d0d0;
}
Copy and paste it in Appearance -> Customize -> Additonal CSS
Best Regards