Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1149226
    sininvierno
    Participant

    Hello

    I am using 2 lightbox galleries on my front page and intend to create more but I would like to remove the oval white thing in the upper part of the photos. I tried inspecting and managed to hide the elements so I figure I should just modify this code in my child theme. Is that right? Could you help me find the specific lines I would need to change?

    thanks!

    #1149331
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .ilightbox-loader.light.horizontal {
        display: none;
    }
    

    Hope that helps.

    #1160842
    sininvierno
    Participant

    I have added the code you gave me but it’s still showing

    #1160844
    sininvierno
    Participant

    attach print screen

    #1161039
    Paul R
    Moderator

    Hi,

    Can you provide us your site url so we can take a closer look.

    Thanks

    #1169540
    sininvierno
    Participant
    #1169852
    Christopher
    Moderator

    Hi there,

    Please add following code in child theme’s style.css file :

    .ilightbox-loader.light {
        box-shadow: none;
    }
    .ilightbox-loader.light div {
        background: none;
    }
    

    Hope it helps.

    #1175899
    sininvierno
    Participant

    I have added the code to the style.css file
    I still see the loader.

    #1176130
    Paul R
    Moderator

    Hi,

    You can try adding it in Custom > Edit Global CSS in the customizer.

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1149226 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>