• Resolved Nico Coetzee

    (@nicocoetzee)


    I can’t seem to remove the grey image borders as in the example linked below (specifically from the gallery images posted in a footer widget).

    More info:

    — Using latest versions of WP & theme Radcliffe.
    — This is just the standard built-in WP gallery.
    — No other image-related plugins are installed.
    — I’ve tried 3+ different CSS code snippets, to no avail.

    Kindly nudge me in the right direction.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @nicocoetzee,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and add the code below:

    .gallery img { border: none !important; }

    Let me know if that does it.

    — Anders

    Thread Starter Nico Coetzee

    (@nicocoetzee)

    Tada. Perfect. Thanks so much. Love your work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove image borders in gallery’ is closed to new replies.