• Resolved justbars

    (@justbars)


    Not sure what happened but all of the sudden all of my thumbnail photos in all of my galleried have a white border around them. it was always a black background so now you can not read the caption that is under the photo because the font is white. Should be black or transparent. No idea what happened. Please Help!!!

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Imagely

    (@imagely)

    Hi @justbars

    I am sorry to hear about the problem.
    Hope that you wouldn’t mind trying to add the CSS rule from below to “Gallery -> Other Options -> Styles”:

    .ngg-gallery-thumbnail {
    background: none !important;
    }

    Hope this helps,
    Mihai

    • This reply was modified 6 years, 6 months ago by Imagely.
    Thread Starter justbars

    (@justbars)

    How do I find the correct file to add this to?

    Thread Starter justbars

    (@justbars)

    OK, so I found the area to make the change and it worked but still not exactly the same look as it was. Do you know how I can get the small white boarder off the thumbnails? Any way to make them transparent? https://www.rentbars.com/gallery/

    Thanks so much for the fix!!!

    Plugin Contributor Imagely

    (@imagely)

    No problem, I’m happy to help ??

    To remove the border, navigate to Gallery > Other Options > Styles and copy and paste (replacing the CSS Mihai provided above ^) the following code to the stylesheet and save changes:

    .ngg-gallery-thumbnail {
    background: none;
    border: 0px;
    }

    – Becky

    • This reply was modified 6 years, 6 months ago by Imagely.
    Thread Starter justbars

    (@justbars)

    You are AWESOME!!!!

    When I did a search on this problem I found multiple threads that purported to solve this problem. This is the correct way to do it. Don’t edit the file directly which could be overwritten in a subsequent update to the plugin.

    Thanks!

    I have the same problem. I pasted the code to the stylesheet, but nothing seems to happen. I still have white borders around my thumbs.

    Take a look at https://www.mijnblogje.nl/vogels/nggallery/page/1

    Is there another possibility? I want to remove the borders and add rounded corners and a shadow.

    By the way, is there anybody who knows the code to add a transparant mirror-look beneath the thumbs?

    Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘White Borders appeared on all thumbnail photos’ is closed to new replies.