Viewing 1 replies (of 1 total)
  • Plugin Support himanshusharma20

    (@himanshusharma20)

    Hi @hypeonweb,

    Currently, the current version does not support the box shadow customization functionality for the story container from the editor side, but you can use the custom CSS shared below to remove or even customize the box shadows for the story container.

    .tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-arrow,
    .tmdivi-vertical.tmdivi-wrapper .tmdivi-story.tmdivi-story-left .tmdivi-content,
    .tmdivi-wrapper .tmdivi-story .tmdivi-arrow,
    .tmdivi-wrapper .tmdivi-story .tmdivi-content{
    box-shadow:none;
    }

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘Remove box shadow’ is closed to new replies.