Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1387242
Change Image Preload
Closed

Comments

  • FaiadoCreativo started the conversation

    Hello,

    How and Where can change this image (photo)?
    It is a preload image.

    Thanks

  •  7,092
    Oliver replied

    HI!

    You need to edit: wp-content/themes/thegem/css/thegem-preloader.css 

    Or use next css for changing the colors:

    body #page-preloader {
        background: #2c2e3d;
    }
    body #page-preloader .page-preloader-spin,
    body .block-preloader .page-preloader-spin,
    body .preloader-spin {
        border: 2px solid transparent;
        border-top-color: #b9b7ff;
    }
    body .preloader-spin {
        border-top-color: #b9b7ff;
    }
    body #page-preloader .page-preloader-spin:before,
    body .block-preloader .page-preloader-spin:before,
    body .preloader-spin:before {
        border: 2px solid transparent;
        border-top-color: #00bcd4;
    }
    body .preloader-spin:before {
        border-top-color: #00bcd4;
    }
    body #page-preloader .page-preloader-spin:after,
    body .block-preloader .page-preloader-spin:after,
    body .preloader-spin:after {
        border: 2px solid transparent;
        border-top-color: #a3e7f0;
    }
    body .preloader-spin:after {
        border-top-color: #7b97ab;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • FaiadoCreativo replied

    And I can change with other gif?

  •  7,092
    Oliver replied

    Yes, pls. provide the wp-admin access and give me link to your gif image.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • FaiadoCreativo replied

    Sorry, I did not get the notification. Where can I change it? ftp?

  •  7,092
    Oliver replied

    Yes, can you provide the FTP access? I'll make the code for you.

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • FaiadoCreativo replied

    Server:  ftp.faiadocreativo.com

    User:  adrian


    Pass:  elCampon1994

    Thanks!

  •  7,092
    Oliver replied

    Hi,

    There are no wp install on your FTP and pls. install the child theme and add link to your new preloader image. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver