Forum Discussion
KirkGialanel330
10 months agoCommunity Member
Rise - Labeled Graphic/Marker concern
Hi, So I have inherited a Rise module which in one particular section has 11 Labeled Graphics blocks, each with anywhere from 3-10 markers. The purpose was to engineer an application demonstration...
PhilFoss
10 months agoCommunity Member
You can use a theme component to modify the states with CSS, in this example I've redesigned the markers as 'crime scene' markers, and once the item is viewed, the marker turns gray. In this example I've only completed/viewed marker 1.
.labeled-graphic-marker.labeled-graphic-marker--complete:not(.labeled-graphic-marker--active) {
filter: grayscale(1);
}
Related Content
- 9 months ago
- 5 months ago
- 9 years ago