| Developer | robertreborobert |
|---|---|
| Update Time | Aug. 30, 2017, 9:46 a.m. |
| PHP Version: | 4 + |
| WordPress Version: | 4.8 |
| Copyright: | GPLv2 or later |
| Copyright URL: | Copyright Information |
Yes, using CSS, just target this class .witty-label. Example : #witty-map-wrap .witty-label { background-color : #000; color : #FFF; }
[witty-map]
echo do_shortcode('[witty-map]');
add( 'witty_map_before', [your function] ); add( 'witty_map_after', [your function] );