Wine Maker : How to customize the loader text and background color.

If you want to change the default loader text and background color then kindly follow the below step.

Loader Text Customization

Open the file in this path /wp-content/themes/winery/header.php using some editor like DreamWeaver and scroll to line no: 29 approximately.

Here you can change the text as per your need.

Loader background

Login to your WordPress backend and navigate to Admin Panel > Appearance > Customize > Additional CSS > Paste the below code.

.loader{
background-color: #000;
}

You can change the color value as per your need.

Rate This Article

(60 out of 129 people found this article helpful)

Leave A Comment?


The reCAPTCHA verification period has expired. Please reload the page.

This site uses Akismet to reduce spam. Learn how your comment data is processed.