Replies

Aug 10, 2018 7 years ago
Organ Donor
Jethros_Dark_Angel
User Avatar
Fallon Farrell

Is there any CSS that can remove the links at the bottom of the maps by chance? I've never been fond of them and seeing it on the world map was the final straw for me

Aug 10, 2018 7 years ago
Syre
is a wildcard
User Avatar
Marron

This removes them:

.col-md-12.col-lg-12 { display: none; }

You can remove any element by finding out its name and setting it to "display: none;". Unfortunately this will also remove other things on site that use this same container element, if there are any. I looked around a bit and didn't see any difference, but there are many pages on Subeta. Hopefully someone comes along with a better solution.


✨✨

Aug 10, 2018 7 years ago Official
Amber
is bitter
User Avatar
Taco

This weekend I'll go through and tag the divs where the quick links live under maps so you can hide it better. :)

Aug 11, 2018 7 years ago
Organ Donor
Jethros_Dark_Angel
User Avatar
Fallon Farrell

Thanks =)

And Ty too I don't mean to sound nitpicky, they just bug me for reasons I can't really explain X_x

Please log in to reply to this topic.