• Resolved hhuesca

    (@hhuesca)


    Hi! I hope you’re doing great.

    How can I change the Cluster Circles color?

    Thank you so much!

    • This topic was modified 2 years, 3 months ago by hhuesca.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author 100plugins

    (@100plugins)

    Hi @hhuesca,

    You can do this with CSS:

    .open-user-map .marker-cluster {
      background-color: rgba(255, 111, 105, 0.6);
    }
    
    .open-user-map .marker-cluster div {
      background-color: rgba(255, 111, 105, 1);
    }

    Best Regards,
    Daniel

    Thread Starter hhuesca

    (@hhuesca)

    You’re the best!

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cluster Pins’ is closed to new replies.