Viewing 1 replies (of 1 total)
  • Thread Starter bobchou9

    (@bobchou9)

    OK, I figured this out, just go to imagemapper.php, line 51, the “last_chosen” option, change the color number what you want, then go to line 738,

    Delete:
    $meta->color = $styles[‘last_chosen’];

    Add:
    global $imgmap_colors;
    $meta->color = $imgmap_colors[‘last_chosen’];

    thats it

Viewing 1 replies (of 1 total)
  • The topic ‘How to set a default highlight area color?’ is closed to new replies.