Styling the Shortcode Header
You can style the Shortcode Header using CSS.
For example, the following CSS:
.waymark-shortcode .waymark-header {
font-size: 20px;
font-weight: bold;
background: black;
}
.waymark-shortcode .waymark-header .waymark-title {
color: white;
}
.waymark-shortcode .waymark-header a.waymark-link {
color: blue;
}
Will look like this:
Route Map
You can add CSS to your site using a plugin like this.