Hi,

we are currently building a map for our office. My coworker and I are a bit (a lot) finicky about the look. So far, I was able to do a few things with the custom css, like vertically align the donut texts and creating custom mapobjects to remove a few columns from tables.

But how do I remove the pagenavigation from map tables? Of course without removing it from other tables which are also using page and tablenavigation.

Thanks in advance.

Marc


Article Comments

Hi,

i answered my own question by understanding how CSS actually works.

I added .map_object .pagenavigation { display:none; } to the styles_custom_v2.css.

This filters the attribute display:none to the pagenavigation, but only for map_objects. After that I had some fun changing every font to Comic Sans MS by adding

.map_object { font-family: 'Comic Sans MS'; } to the CSS.


Oct, 2021 - Permalink