Reply To: Maps Modification wanted, where to start?

Home Forums MapPress Support Maps Modification wanted, where to start? Reply To: Maps Modification wanted, where to start?

#13584
Chris
Keymaster

Update for #1: I tried setting opacity on the container and it does seem to work. Use something like this in your styles.css:

.mapp-layout {
  opacity: .4;
}

That will affect all maps. If you just want to change one map try wrapping the map in a container div in the WordPress post editor (on the text tab):

<div style='opacity: .4'>
...map ...
</div>