Viewing 1 replies (of 1 total)
  • This is by no means a good solution, but it may help to get the slider working quickly. You can add the css below to your theme and it should fix the appearance:

    .sow-slider-images li img {
      visibility: hidden;
    }

    It looks like the slider is adding a thumbnail image to the contents of the slide. Ideally, you should find a way to stop that image from being added at all, but as a quick solution the above css will hide it.

    If you are using a plugin to create the slider then the developer should be able to help you with the configuration options that could remove the image properly.

    Hope that helps,

    Phil

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive Feature Image Slider Help!’ is closed to new replies.