Change preloader background

Use this snippet to change the background color for your preloader screen. Change
#4D5156 to the color you want.

.preloader {
   background-color: #4D5156;
}
INFO: This is a CSS snippet. If you don’t have a child theme or don’t know how to use one, we recommend that you add this snippet in Customize > Additional CSS.