Banner Logo

Be a part of the family: Connect, Receive Support,
Contribute, and Reap Abundant Rewards!

How do I change the colour of the vendor map markers

Theme and Plugin Support

Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #114355
      mike-4531
      Participant

      I want to change the map markers from blue to green, how would I go about doing that?

    • #114419

      Hi,
      using below code you can change the icon.
      Please add this code in the function.php of the current active theme and add your image URL

      add_filter('wcmp_vendor_list_script_data_params','wcmp_map_image_change',20,2);
      function wcmp_map_image_change($script_param, $request){
          global $WCMp;
          $script_param['map_data']['marker_icon'] = 'image/url/here'; // add your image url here
      return $script_param;
      }
      Copy

      Thank You.

    • #118441

      We have not received any update from you for a long. Hope this ticket is already been resolved.

      We are now closing this ticket. Kindly create a new one if you need any further help.

Viewing 2 reply threads

The topic ‘How do I change the colour of the vendor map markers’ is closed to new replies.