Skip to content

Change page loader background color in ShopIsle

This guide shows how to change the page loader background color in the ShopIsle theme by adding a CSS rule via the Advanced CSS Editor.

Important notice: This product is now in maintenance mode and is no longer being actively developed or supported. Updates and bug fixes will not be provided unless they relate to security concerns.

If you want to show five focus widgets in one line then, you need to install the plugin Advanced CSS Editor and in Appearance -> Customize -> Advanced CSS Editor in the "Global Area" add the following code:

.page-loader{
 background-color: white !important;
}

Choose a color or hexcolor of your choice, save your changes and you're done!

Was this helpful?