• Resolved aegeria

    (@aegeria)


    Hello,

    I would like to edit the colour of the 4 squares that appear when loading an image from the gallery. Right now the square that is moving around is blue and I would like to change that.

    Can you please direct me to the correct CSS file?

    Thank you!

    • This topic was modified 6 years, 6 months ago by aegeria.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter aegeria

    (@aegeria)

    Nevermind, I found the sollution.

    If anyone else is looking for this here it is.

    Go to the Plugin Editor
    photo-gallery/css/bwg-frontend.css

    There is

    .bwg_spider_popup_loading,
    .footer-list-block .bwp_gallery .bwg_spider_popup_loading,
    .footer-list-block .bwp_gallery_tags .bwg_spider_popup_loading {
    /*background: url(“../images/ajax_loader.gif”) no-repeat scroll 0 0 / 50px 50px rgba(0, 0, 0, 0);*/
    background-image: url(“../images/ajax_loader.gif”)

    Just change “../images/ajax_loader.gif” to any location you might have your loader saved. I saved mine in the library and put the link here:
    http://yoursite.com/wp-content/uploads/loader.gif”

    Worked like a charm.

    Cheers!

    Plugin Contributor Photo Gallery Support

    (@photogallerysupport)

    Hi, @aegeria!

    Thanks for posting your question and sharing the workaround you used. Please feel free to post a new thread in case you will need assistance again.

    We will be happy to help.
    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change loading squares colour’ is closed to new replies.