更改皇家预加载器的文本

Changing text of the royal preloader

专家您好! 我已经下载了一个免费模板用于我的网站。我看到他们正在使用 royal preloader 插件来预加载文本或徽标。我不知道如何将他们的 text/logo 更改为我的 text/logo。我浏览了所有 CSS 和 JS 文件,但找不到任何线索。如果这里有人有线索,请指导我。我可以按需上传文件或代码,现在我不知道要上传或粘贴什么。

谢谢

您可以按照以下步骤进行。

Royal_Preloader.config({
                mode: 'text',
                text: 'Your Custom Text here',
                background: "#000000"
            });
Royal_Preloader.config({
            mode:           'text', // 'number', "text" or "logo"
            text:           'text',
            timeout:        0,
            showInfo:       true,
            opacity:        1,
            background:     ['#191919']
        });

徽标//

Royal_Preloader.config({
            mode:           'logo', // 'number', "text" or "logo"
            logo:           '/img/logo.png,
            timeout:        0,
            showInfo:       true,
            opacity:        1,
            background:     ['#191919']
        });