Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
#1284464

Hey the_digital_manager,
Sorry for the very late reply and thanks for the link to your page and the screenshots, to remove the border from around the image and gallery, please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

#top.single-product div .avia-gallery img {
    border-width: 0 !important;
}
#top.single-product div .avia-gallery .avia-gallery-big {
    border-style: none !important;
}

After applying the css, please clear your browser cache and check.

Best regards,
Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Styling of Gallery: border & padding between images’ is closed to new replies.