I have the following classes:
event-grid-image-over-text-1-column-carousel__top-controls
event-grid-image-over-text-2-column-carousel__top-controls
event-grid-image-over-text-3-column-carousel__top-controls
Is there any way to use a CSS wildcard to target anything between:
event-grid-image-over-text-
and
__top-controls
I know this is not correct but an idea of what I am after if at all possible.
div[class*="event-grid-image-over-text-*__top-controls"]