Loading icon

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #28268
    naomi vd
    Participant

    Is there a way to change the loading icon/image when you use the blog grid with filter? I dont like the image with the 4 block.

    #28273
    Veena
    Moderator

    The below is the current CSS for loader gif

    .lae-block .lae-loading {
    position: relative;
    margin: 0 -51px 0 15px;
    width: 36px;
    height: 36px;
    background: url(../images/loading.gif) center center no-repeat;
    visibility: hidden;
    }

    Pls upload your favourite preloader and modify the above custom CSS , you can add the custom CSS in plugin settings > custom CSS tab.

    #28309
    naomi vd
    Participant

    Doesn’t work, it’s not overriding the original CSS.

    #28332
    Veena
    Moderator

    You need to put your new loader gif in addons-for-elementor-pro\assets\images folder and then you have to provide url pointing to your domain.- http://yourdomain.com/addons-for-elementor-pro/assets/images/loading.gif
    http://yourdomain.com/addons-for-elementor-pro/assets/images/bricks-loader.gif

    .lae-block .lae-loader-gif {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      width: 100%;
      height: 100%;
      background: transparent url(../images/bricks-loader.gif) center center no-repeat;
      display: none; }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Elementor Addons Support’ is closed to new topics and replies.