• Resolved BL-Zach

    (@bl-zach)


    Can you show me how to add a background color to an svg shape layer on hover?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter BL-Zach

    (@bl-zach)

    I figured out how to do this in Custom CSS.

    .vision-map-1 .vision-lr-1:hover {
    background: #E8B275;
    }

    vision-map-1 refers to your map id.
    lr-1 is the first layer. Change the number to target different layers.

Viewing 1 replies (of 1 total)

The topic ‘Background Color on Hover’ is closed to new replies.