• Hi hupe13 and all others!

    Sorry, another question by a WordPress beginner – likely something simple for the pros…

    I want to adjust the Leaflet Extension summary items. The documentation says:

    .elevation-summary > :not(.totlen, .tottime, .ascent, .descent, .avgspeed, .avgpace) { display: none !important; }

    How / where do I make this change? I would like to see .totlen, .ascent, .descent but not the others. –> Where is the place to make this edit?

    Thanks for a hint where to start. ??

    Jürgen

Viewing 1 replies (of 1 total)
  • Plugin Author hupe13

    (@hupe13)

    These are css rules.

    Wo man die eintr?gt / eintragen kann, ist unterschiedlich. Eventuell bietet dein Theme an, zus?tzliches css zu definieren. Dann gelten sie für alle Seiten. Oder du kannst sie irgendwo pro Page/Post eingeben.

    I would like to see .totlen, .ascent, .descent but not the others.

    .elevation-summary > :not(.totlen, .ascent, .descent) {
    	display: none !important;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Adjust summary items – how to adjust CCS’ is closed to new replies.