RedArt : How to change a Preloader Image and Text.

If you want to change a preloader image and text, then kindly follow the below steps.

How to change the text

Get into Admin Panel > Appearance > Redart Options > General > General > Loader Animation > YES > Save All.

Under the Loader Animation option you can enter the loader animation text.

How to change the loader image

Get into Admin Panel > Appearance > Redart Options > Layout > Custom CSS > Enable Custom CSS  > Yes > Pasted the below css code inside the text area > Save All.

.loader-title:before
{
background: url(http://wedesignthemes.com/themes/redart/wp-content/themes/redart/images/loader-img.png) no-repeat scroll 100% 100% !important;
}

You can change the image URL as per your need.

Leave A Comment?

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