• Resolved clubcompetitie

    (@clubcompetitie)


    Hi,

    I found the article about changing the layout of the elevation graph.

    I am looking for a clean look, so would like to disable the black stroke of the elevation graph and disable the text summary: Total Length, Elevation Total Descent etc.

    Is this possible?

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joe

    (@morehawes)

    Hi @clubcompetitie,

    It looks like you have already hidden the text summary. The following CSS will remove the elevation graph stroke:

    .waymark-elevation-container .elevation-control.elevation .area {
     stroke: none !important;
    }

    I hope this helps 🙂

    Joe

    Thread Starter clubcompetitie

    (@clubcompetitie)

    Thanks, works like a charm:)

    The text summary is still there, is it possible to remove this?

    example photo

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.