Support » Developing with WordPress » Carousel tiles box shadow issue

  • Hi all, The box shadow on the carousel tiles doesn’t appear rounded, even though I applied border radius to the tiles. Could anyone please point out the issue with solution ?

    Reference img :
    https://prnt.sc/x7DA5cayN7Tl

    Code responsible:

    .swiper-slide {
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 20px;
        height: 220px
    ;
        border-radius: 22px;
        box-shadow: 6px 6px 6px #00000029 !important;
    }

    Thanking you in advance.

    • This topic was modified 54 minutes ago by pgdev.

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

  • You must be logged in to reply to this topic.