Visual composer: Image carousel border-radius

Home Forums Gillion Theme Visual composer: Image carousel border-radius

Home Forums Gillion Theme Visual composer: Image carousel border-radius

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • Anvar
    Participant

    I’ve added Image carousel with Visual composer.
    How can make Image carousel border-radius rounded as other blog posts, so it will match.

    Attachments:
    You must be logged in to view attached files.

    Anvar
    Participant

    Solution for this topic

    Hi Anvar,

     

    Thank you for your question.

     

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .vc_images_carousel img {
        border-radius: 8px;
    }

     

    Best regards,
    Shufflehound team

    Anvar
    Participant

    it works. thanks

    You are always welcome here 🙂

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