Page loader image change

Home Forums Jevelin Theme Page loader image change

Home Forums Jevelin Theme Page loader image change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • deanehartley
    Participant

    Hello,

     

    First of all great work with the theme! Thanks a lot.

    My question is if is there a possibility to change page loader icon for example for static .jpg image? And most important how?

     

    Best regards,

    Daniel

    Hi Daniel,

     

    I hope you are well today and thank you for your question.

     

    We can try changing it by developing custom CSS code.

     

    Could you please share me your site URL where the loader is displaying and also share the image URL that you want to display in place of loader icon so that i can help you to achieve it?

     

    Best regards,
    Shufflehound team

    deanehartley
    Participant

    Hi,

    Please find URL where the loader is displaying below:

    http://new.platiniumgym.pl

     

    Image is here:

    http://new.platiniumgym.pl/wp-content/uploads/2017/12/page_loader.png

    http://new.platiniumgym.pl/wp-content/uploads/2017/12/page_loader_50px.png

     

    Best regards and lot of thanks for help 🙂

    Daniel

     

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-page-loader .sk-cube-grid {
        background: url("http://new.platiniumgym.pl/wp-content/uploads/2017/12/page_loader.png") no-repeat;
        background-size: 100%;
    }
    
    .sh-page-loader .sk-cube-grid .sk-cube {
        display: none;
    }
Viewing 4 posts - 1 through 4 (of 4 total)