Change the Before and After text.
div[data-wm-plugin="before-after-slider"] {
--after-text: 'After'
--before-text: 'Before'
}
Hide the Captions altogether.
div[data-wm-plugin="before-after-slider"] .caption {
display: none;
}
Change the Before and After text.
div[data-wm-plugin="before-after-slider"] {
--after-text: 'After'
--before-text: 'Before'
}
Hide the Captions altogether.
div[data-wm-plugin="before-after-slider"] .caption {
display: none;
}