• Hi,
    i tried to hide the image border we have in a image carousel but don’t know what happend the border is still there.

    I put a CSS style class in the declaration as:
    [su_carousel source="media: 18,19" width="500" height="80" responsive="no" items="2" scroll="2" title="no" arrows="no" class="no_border"]

    and the class is in the theme CSS

    .no_border{
        border: 0;
    }

    What am i doing wrong?

    https://wordpress.org/plugins/shortcodes-ultimate/

Viewing 1 replies (of 1 total)
  • Under the Shortcodes tab on left side of Admin area click Settings then click Custom CSS, paste this code.

    .su-carousel .su-carousel-slide img {
        padding: 0;
        border: 0;
    }

    *Note: I tried this in my default CSS plugin and it didn’t work so you have to use the Custom CSS section from the plugin itself.

Viewing 1 replies (of 1 total)

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