👁 Image

[Generator] Further Navigation Banner customisations


Prereq

Knowledge of CSS properties

GLOBAL_HEAD Tutorial



The code below will hide the [entries|friends|calendar] links at text at the top of the navigation table in the Generator style. The following overrides only work in the Generator style and if you try to use them for other styles then they may produce unwanted effects.



The following override will remove the top bar with your name and the entries, friends and calendar links. Simply add the following to a GLOBAL_HEAD override:



<style type="text/css">

<!--

tr.caption{display:none}

-->

</style>



If you simply wish to hide the name portion then add the following to a GLOBAL_HEAD override:



<style type="text/css">

<!--

table table tr.caption td.caption{visibility:hidden}

-->

</style>



If you wish to hide the navigation links but not the name then add the following to a GLOBAL_HEAD override:



<style type="text/css">

<!--

table table tr.caption td.index{visibility:hidden}

-->

</style>












Contributed by 👁 Image
alkalynex
and 👁 Image
kamara
.