Home Forums WoodMart support forum blog carousel

blog carousel

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #393117

    cesaicumpar
    Participant

    how do I add border radius to blog posts carousel? https://postimg.cc/Fk9RJg12

    #393152

    Hello,

    I am afraid it is not possible. Please provide the page URL I will check and try to do that with custom CSS.

    Best Regards

    #393154

    cesaicumpar
    Participant
    #393242

    Hello,

    Unfortunately, as I told you above it is not possible to apply border-radius to the gallery item.

    If you have any questions please feel free to contact us.

    Best Regards

    #393350

    cesaicumpar
    Participant

    is there any other way to show a carousel or a grid with latest blog posts, that you can apply radius?

    #393680

    Hello,

    Please try this code, and add it to the Theme settings > Custom CSS > General:

    .blog-post-loop.post-slide.blog-style-shadow {
    	border-radius: 15px;
    	overflow: hidden;
    }

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)