White space below the home page slider
March 9, 2020 at 11:46 pm
I would like to change the color of the preloader color is there a way to do this?
Replies (1)
-
March 9, 2020 at 11:46 pm
I would like to change the color of the preloader color is there a way to do this?
-
March 11, 2020 at 2:44 am
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