• Resolved camasurich

    (@camasurich)


    Hi – is there CSS or other method to make the upper corners of images square rather than rounded?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author livemesh

    (@livemesh)

    You just need this Custom CSS to be entered in plugin options – > Custom CSS tab or in the child theme style.css –

    .lae-posts-carousel .lae-posts-carousel-item .hentry {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
Viewing 1 replies (of 1 total)

The topic ‘Posts Carousel’ is closed to new replies.