howto_user wrote in howto

[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>




Only one override is permitted for each specific override block.
If you are currently using a GLOBAL_HEAD override, then that override would need to be revised to reflect changes presented here or otherwise merged.




Variable References:
  • GLOBAL_HEAD

  • Additional References:
  • What are overrides? How do they work?
  • Merging your GLOBAL_HEAD over-rides




  • Contributed by alkalynex and kamara.