• Hi,

    Am trying to delete image borders.
    I’ve put below into Other Options > Style and customisation options.

    .ngg-album { border: none; )
    .ngg-gallery-thumbnail-box { border: none; }
    .ngg-imagebrowser img { border: none; }

    But no result.

    I found above the css options, with the question ‘What stylesheet would you like to use?’ there’s only ‘default’ option that is available.

    Would you be able to help please?
    Thanks in advance!

    http://wordpress.org/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Via FTP create a new folder in wp-content directory, call it ngg_styles and give permission to this folder (the max one your host allows you to give). Nextgen will automatically create a nggallery.css.
    Then in admin -> Other Options -> Styles, in customization options box, add

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

    Add all the classes you need to the declaration separated by commas

Viewing 1 replies (of 1 total)

The topic ‘Remove image border’ is closed to new replies.