Topic Resolution: Resolved
  • Closed
  • September 30, 2015 at 8:42 pm #21062

    I ve find a good way to make round all the pictures, with this code :

    img {
    border-style: none;
    vertical-align: top;
    border-radius: 150px;
    -border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150px;
    }

    But all the images use in the boostrap slider became round too !
    So how can I do to make round all except the pictures in bootstrap slider ?
    Thanks you !

    Denzel Chia
    Moderator
    Posts: 2656
    October 1, 2015 at 10:35 am #21089

    Hi,

    Use firebug to look at your page source.
    Try to use a class before img, such as .thumbnail-post img
    This will affect only featured image.

    using img only applies to all images.

    Thanks!

    Marc Pauyel DOLCIAMI
    Spectator
    Posts: 10
    October 1, 2015 at 11:15 am #21093

    Thanks very much it’s perfect now !