Home › Forums › MapPress Support › Maps Modification wanted, where to start? › Reply To: Maps Modification wanted, where to start?
October 19, 2013 at 5:57 am
#13584
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>